Adding configuration to cypress to enable dashboard (#5926)

This commit is contained in:
michellethomas 2018-09-20 11:27:28 -07:00 committed by Grace Guo
parent b6d7d57c40
commit 15b10373b9
2 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,6 @@
{
"baseUrl": "http://localhost:8081",
"videoUploadOnPasses": false,
"ignoreTestFiles": "*.helper.js"
"baseUrl": "http://localhost:8081",
"videoUploadOnPasses": false,
"ignoreTestFiles": "*.helper.js",
"projectId": "fbf96q"
}

View File

@ -12,5 +12,5 @@ cd "$(dirname "$0")"
npm install -g yarn
yarn
npm run build
npm run cypress run
npm run cypress run --record --parallel --key 1f958c86-be14-44d9-8d08-fad68da06811
kill %1