-
Notifications
You must be signed in to change notification settings - Fork 75
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
[FR-344] feat: auto screenshot with Playwrite #3011
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has required the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
10c0b74
to
8a0ae61
Compare
8a0ae61
to
65d19d4
Compare
9be3ac5
to
45339d5
Compare
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!
I know there's a way to handle tests that take a long time to run, but I'll have to look into that.
22422e1
to
e6be377
Compare
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
Merge activity
|
resolves https://lablup.atlassian.net/browse/FR-344 Added screenshot testing functionality to capture UI states across all routes. The tests take screenshots in four variations for each route: - Normal view - Dark mode - Without sidebar - Dark mode without sidebar Added configuration option `test.screenshotPath` to specify custom screenshot save location, defaulting to `e2e/screenshots` directory. Upgraded Playwright test framework from v1.46.1 to v1.49.1 for improved testing capabilities.
930fce6
to
16581b9
Compare
resolves https://lablup.atlassian.net/browse/FR-344
Added screenshot testing functionality to capture UI states across all routes. The tests take screenshots in four variations for each route:
Added configuration option
test.screenshotPath
to specify custom screenshot save location, defaulting toe2e/screenshots
directory.Upgraded Playwright test framework from v1.46.1 to v1.49.1 for improved testing capabilities.