mirror of https://github.com/statping/statping
cypress tests
parent
c21ed3940f
commit
34a59df9ab
|
@ -8,7 +8,6 @@
|
|||
"DB_PASS": "password123",
|
||||
"GO_ENV": "production"
|
||||
},
|
||||
"baseUrl": "http://localhost:8888",
|
||||
"chromeWebSecurity": false,
|
||||
"defaultCommandTimeout": 15000,
|
||||
"requestTimeout": 15000,
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue