-
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
chore: Create dashboard with tier 1 and tier 2 charts #21551
Conversation
Codecov Report
@@ Coverage Diff @@
## master #21551 +/- ##
==========================================
+ Coverage 66.67% 66.83% +0.15%
==========================================
Files 1793 1798 +5
Lines 68540 68823 +283
Branches 7287 7333 +46
==========================================
+ Hits 45699 45996 +297
+ Misses 20979 20949 -30
- Partials 1862 1878 +16
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
Thanks for this! I tried running superset with CYPRESS_CONFIG=true
to get it to load the dashboard into superset for manual checking and it seemed like some of them were missing/broken – I left comments for them. But, if I'm doing that wrong and that's making them break let me know!
"meta": { | ||
"chartId": 9, | ||
"height": 50, | ||
"sliceName": "Pie Chart", |
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.
I'm also not seeing this one.
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.
Two comments from a quick look
SUMMARY
This PR creates a test dashboard with 32 supported charts. The goal is to enable easily testing new dashboard features on every supported chart with cypress e2e test suites.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Screen.Recording.2022-09-29.at.22.33.35.mov
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION