cypress fixes (windows)

This commit is contained in:
Ulf Gebhardt 2019-04-12 13:24:15 +02:00
parent 34faf9b8b3
commit 00a95f956a
No known key found for this signature in database
GPG Key ID: 44C888923CC8E7F3
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
"dev:debug": "nodemon --exec babel-node --inspect=0.0.0.0:9229 src/index.js -e js,graphql", "dev:debug": "nodemon --exec babel-node --inspect=0.0.0.0:9229 src/index.js -e js,graphql",
"lint": "eslint src --config .eslintrc.js", "lint": "eslint src --config .eslintrc.js",
"test": "run-s test:jest test:cucumber", "test": "run-s test:jest test:cucumber",
"test:before:server": "cross-env GRAPHQL_URI=http://localhost:4123 GRAPHQL_PORT=4123 yarn run dev 2> /dev/null", "test:before:server": "cross-env GRAPHQL_URI=http://localhost:4123 GRAPHQL_PORT=4123 yarn run dev",
"test:before:seeder": "cross-env GRAPHQL_URI=http://localhost:4001 GRAPHQL_PORT=4001 DISABLED_MIDDLEWARES=permissions,activityPub yarn run dev", "test:before:seeder": "cross-env GRAPHQL_URI=http://localhost:4001 GRAPHQL_PORT=4001 DISABLED_MIDDLEWARES=permissions,activityPub yarn run dev",
"test:jest:cmd": "wait-on tcp:4001 tcp:4123 && jest --forceExit --detectOpenHandles --runInBand", "test:jest:cmd": "wait-on tcp:4001 tcp:4123 && jest --forceExit --detectOpenHandles --runInBand",
"test:cucumber:cmd": "wait-on tcp:4001 tcp:4123 && cucumber-js --require-module @babel/register --exit test/", "test:cucumber:cmd": "wait-on tcp:4001 tcp:4123 && cucumber-js --require-module @babel/register --exit test/",
@ -94,4 +94,4 @@
"nodemon": "~1.18.11", "nodemon": "~1.18.11",
"supertest": "~4.0.2" "supertest": "~4.0.2"
} }
} }

View File

@ -25,4 +25,4 @@
"neo4j-driver": "^1.7.3", "neo4j-driver": "^1.7.3",
"npm-run-all": "^4.1.5" "npm-run-all": "^4.1.5"
} }
} }