graceguo-supercat closed pull request #5926: Adding configuration to cypress to 
enable dashboard
URL: https://github.com/apache/incubator-superset/pull/5926
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/superset/assets/cypress.json b/superset/assets/cypress.json
index 7ede593bdc..3dcda85bbc 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 dd80e87388..7aa22f929e 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


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to