mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 00:56:02 +00:00
18 lines
431 B
JSON
18 lines
431 B
JSON
{
|
|
"name": "e2e-tests",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "GPL",
|
|
"devDependencies": {
|
|
"cypress": "^13.16.1",
|
|
"start-server-and-test": "^2.0.8"
|
|
},
|
|
"scripts": {
|
|
"cy:open": "cypress open",
|
|
"cy:run": "cypress run",
|
|
"start": "cd .. && node packer/build/bundle.js --listen-api --run-packer-build",
|
|
"test": "yarn cy:run",
|
|
"ci": "start-server-and-test http://localhost:3000"
|
|
}
|
|
}
|