From 2f1f9e51b9472f1265d6bce75498c878b0aa5d57 Mon Sep 17 00:00:00 2001 From: michellethomas Date: Thu, 20 Sep 2018 11:27:28 -0700 Subject: [PATCH] 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 7ede593bdcc3c..3dcda85bbc21f 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 dd80e873880a2..7aa22f929e607 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