Skip to content

ci: always install Playwright system deps in fw-lite workflow#2293

Merged
myieye merged 2 commits into
e2e-test-fw-litefrom
claude/assess-ai-feedback-gBrWF
May 22, 2026
Merged

ci: always install Playwright system deps in fw-lite workflow#2293
myieye merged 2 commits into
e2e-test-fw-litefrom
claude/assess-ai-feedback-gBrWF

Conversation

@myieye
Copy link
Copy Markdown
Collaborator

@myieye myieye commented May 22, 2026

Skipping playwright install --with-deps on browser cache hit meant apt-installed system libraries could be missing if the runner image ever stops shipping them, since the cache only stores browser binaries.

claude added 2 commits May 22, 2026 09:22
Skipping `playwright install --with-deps` on browser cache hit meant
apt-installed system libraries could be missing if the runner image
ever stops shipping them, since the cache only stores browser binaries.
Browser cache only stores binaries, not the apt-installed system
libraries Chromium needs. On cache hit, run `playwright install-deps`
so those libs are present. Matches Playwright's documented pattern
for cached CI setups.
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 22, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: d3bde10a-f84a-4a4e-966b-279c0fd7a11c

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/assess-ai-feedback-gBrWF

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@myieye myieye merged commit d5e060c into e2e-test-fw-lite May 22, 2026
2 checks passed
@myieye myieye deleted the claude/assess-ai-feedback-gBrWF branch May 22, 2026 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants