-
Notifications
You must be signed in to change notification settings - Fork 13.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding configuration to cypress to enable dashboard #5926
Adding configuration to cypress to enable dashboard #5926
Conversation
6c1552a
to
1db6042
Compare
1db6042
to
09c0f2a
Compare
Codecov Report
@@ Coverage Diff @@
## master #5926 +/- ##
==========================================
+ Coverage 63.67% 63.72% +0.05%
==========================================
Files 386 386
Lines 23537 23537
Branches 2621 2621
==========================================
+ Hits 14987 15000 +13
+ Misses 8537 8524 -13
Partials 13 13
Continue to review full report at Codecov.
|
2 similar comments
Codecov Report
@@ Coverage Diff @@
## master #5926 +/- ##
==========================================
+ Coverage 63.67% 63.72% +0.05%
==========================================
Files 386 386
Lines 23537 23537
Branches 2621 2621
==========================================
+ Hits 14987 15000 +13
+ Misses 8537 8524 -13
Partials 13 13
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #5926 +/- ##
==========================================
+ Coverage 63.67% 63.72% +0.05%
==========================================
Files 386 386
Lines 23537 23537
Branches 2621 2621
==========================================
+ Hits 14987 15000 +13
+ Misses 8537 8524 -13
Partials 13 13
Continue to review full report at Codecov.
|
@@ -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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is --record
for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
--record
is used for setting up cypress with Dashboard https://dashboard.cypress.io/#/projects/fbf96q/runs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh.. I see. Thought the name was abt video recording or sth.
Adding a project id to enable cypress dashboard to work with superset.
@john-bodley