Use preinstalled Chrome for CI browser tests #25
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/auto-dig-quasar!25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/ci-runner-chrome"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Unblocks the browser E2E gate without weakening it.
Two otherwise-green PR runs are currently hanging in
npx playwright install --with-deps chromium, after format, lint, typecheck, boundary/static checks, unit tests, build, and artifact validation all pass. The GitHub-hosted Ubuntu image already includes stable Google Chrome, and Playwright supports driving the installedchromechannel directly.channel: "chrome"only underCI;google-chrome --versionrunner validation;This changes the CI browser binary, not the test coverage or merge gate. If Chrome is missing from the runner image, CI fails immediately and clearly instead of silently skipping browser tests.