chore(ci): use preinstalled Chrome for browser tests - #486
Conversation
📝 WalkthroughWalkthroughThe CI workflow no longer installs Playwright Chromium. Browser test configurations select the runner’s existing Chrome channel when 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2d3e0fd5c9
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Summary
CI currently downloads Playwright's Chromium even though the hosted runner already provides Chrome.
This PR configures all Rstest browser examples to launch the preinstalled Chrome when
GITHUB_ACTIONSis set and removes the redundant Playwright browser installation step. Local development continues to use Playwright's default Chromium.