-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[CI] Stabilize visual tests, remove appAction, and update pane buttons #7033
Conversation
Codecov Report
@@ Coverage Diff @@
## master #7033 +/- ##
==========================================
- Coverage 55.87% 55.74% -0.13%
==========================================
Files 643 643
Lines 25786 25787 +1
Branches 2517 2517
==========================================
- Hits 14407 14375 -32
- Misses 10684 10715 +31
- Partials 695 697 +2
*This pull request uses carry forward flags. Click here to find out more.
... and 12 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Current Playwright Test Results Summary✅ 14 Passing Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 09/11/2023 11:33:35pm UTC) Run DetailsRunning Workflow e2e-couchdb on Github Actions Commit: 23fdb93 Started: 09/11/2023 11:31:30pm UTC Current Playwright Test Results Summary✅ 138 Passing - Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 09/11/2023 11:33:35pm UTC)
|
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Time List Create a Time List, add a single Plan to it and verify all the activities are displayed with no milliseconds
Retry 1 • Initial Attempt |
0% (0)0 / 73 runsfailed over last 7 days |
45.21% (33)33 / 73 runsflaked over last 7 days |
@@ -233,7 +233,6 @@ test.describe('Example Imagery Object', () => { | |||
}); | |||
|
|||
test('Can use the reset button to reset the image @unstable', async ({ page }, testInfo) => { | |||
test.slow(testInfo.project === 'chrome-beta', 'This test is slow in chrome-beta'); |
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.
drive by
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.
One small change, but looks good otherwise!
}); | ||
test.use({ | ||
storageState: './e2e/test-data/overlay_plot_with_delay_storage.json', | ||
clockOptions: { | ||
now: MISSION_TIME, |
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.
driveby to match the readme
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.
LGTM! Just had a question about the prettier bypass
@@ -1,3 +1,4 @@ | |||
/* eslint-disable prettier/prettier */ |
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.
does prettier mess this file up somehow?
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.
the length of the constants are too long. I figured it'd be a regular thing if we're doing URLs
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, wild. I didn't know that would fail prettier? does it not except that automatically?
Note: this is blocked on #6990
Describe your changes:
VISUAL_URL
which contains all of the encoded paths necessary to hide the inspector and the tree and put the clock into fixed timeAll Submissions:
Author Checklist
Reviewer Checklist