cypress tests

pull/490/head
hunterlong 2020-04-11 15:48:37 -07:00
parent c21ed3940f
commit 34a59df9ab
2 changed files with 2 additions and 3 deletions

View File

@ -8,7 +8,6 @@
"DB_PASS": "password123",
"GO_ENV": "production"
},
"baseUrl": "http://localhost:8888",
"chromeWebSecurity": false,
"defaultCommandTimeout": 15000,
"requestTimeout": 15000,

View File

@ -9,8 +9,8 @@
"lint": "vue-cli-service lint",
"backend-test": "newman run -e ../dev/postman_environment.json --delay-request 500 ../dev/postman.json",
"cypress:open": "cypress open",
"cypress:test": "cypress run --record --key 49d99e5e-04c6-46df-beef-54b68e152a4d",
"test": "start-server-and-test start http://0.0.0.0:8888/api cypress:test",
"cypress:test": "cypress run --record --key $CYPRESS_KEY",
"test": "start-server-and-test start http://localhost:8888/api cypress:test",
"start": "statping -port 8888 > /dev/null 2>&1"
},
"dependencies": {