-
Notifications
You must be signed in to change notification settings - Fork 449
Remove caching of Playwright browsers from CI workflow #5325
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
Conversation
🎭 Playwright Test Results✅ All tests passed across all browsers! ⏰ Completed at: 09/03/2025, 10:16:11 PM UTC 📊 Test Reports by Browser🎉 Your tests are passing across all browsers! |
|
Thanks to @arjansingh and @DrJKL for the reviews on #5311 |
arjansingh
left a comment
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.
Thank you!
| retention-days: 1 | ||
|
|
||
| playwright-tests: | ||
| # Ideally, each shard runs test in 6 minutes, but allow up to 15 minutes |
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.
🎉
* [refactor] Remove caching of Playwright browsers from CI workflow * restore upload artifact path * [fix] Adjust timeout for playwright tests to allow up to 15 minutes * [fix] Update artifact name for Playwright report to match standard naming convention
* [refactor] Remove caching of Playwright browsers from CI workflow * restore upload artifact path * [fix] Adjust timeout for playwright tests to allow up to 15 minutes * [fix] Update artifact name for Playwright report to match standard naming convention
This pull request updates the UI test workflow configuration to simplify Playwright browser setup and improve test reliability. The most notable changes are the removal of the Playwright browser caching steps and the adjustment of test timeouts and artifact naming.
Workflow simplification and reliability:
Artifact management:
playwright-report-chromium-mergedtoplaywright-report-chromiumfor consistency with the rest of the workflow.