This is an automated email from the ASF dual-hosted git repository.
graceguo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new 15b1037 Adding configuration to cypress to enable dashboard (#5926)
15b1037 is described below
commit 15b10373b915c8a35e09bf220295e7a5b81632d0
Author: michellethomas <[email protected]>
AuthorDate: Thu Sep 20 11:27:28 2018 -0700
Adding configuration to cypress to enable dashboard (#5926)
---
superset/assets/cypress.json | 7 ++++---
superset/assets/cypress_build.sh | 2 +-
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/superset/assets/cypress.json b/superset/assets/cypress.json
index 7ede593..3dcda85 100644
--- a/superset/assets/cypress.json
+++ b/superset/assets/cypress.json
@@ -1,5 +1,6 @@
{
- "baseUrl": "http://localhost:8081",
- "videoUploadOnPasses": false,
- "ignoreTestFiles": "*.helper.js"
+ "baseUrl": "http://localhost:8081",
+ "videoUploadOnPasses": false,
+ "ignoreTestFiles": "*.helper.js",
+ "projectId": "fbf96q"
}
diff --git a/superset/assets/cypress_build.sh b/superset/assets/cypress_build.sh
index dd80e87..7aa22f9 100755
--- a/superset/assets/cypress_build.sh
+++ b/superset/assets/cypress_build.sh
@@ -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