whats going on cypress

pull/490/head
hunterlong 2020-04-11 20:33:55 -07:00
parent 6a27e810d9
commit 5b9ea1e175
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
"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 --browser chrome --record --key $CYPRESS_KEY",
"cypress:test": "cypress run --browser chrome --record false --key $CYPRESS_KEY",
"test": "start-server-and-test start http://localhost:8080/api cypress:test",
"start": "statping -port 8080"
},