Skip to content

Commit

Permalink
Adding configuration to cypress to enable dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
michellethomas committed Sep 19, 2018
1 parent 6ae285b commit 09c0f2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions superset/assets/cypress.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"baseUrl": "http://localhost:8081",
"videoUploadOnPasses": false,
"ignoreTestFiles": "*.helper.js"
"baseUrl": "http://localhost:8081",
"videoUploadOnPasses": false,
"ignoreTestFiles": "*.helper.js",
"projectId": "fbf96q"
}
2 changes: 1 addition & 1 deletion superset/assets/cypress_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 09c0f2a

Please sign in to comment.