Skip to content

Improve Playwright CI configuration - #81

Open
aidenybai wants to merge 1 commit into
mainfrom
codex/improve-playwright-ci
Open

Improve Playwright CI configuration#81
aidenybai wants to merge 1 commit into
mainfrom
codex/improve-playwright-ci

Conversation

@aidenybai

Copy link
Copy Markdown
Owner

Summary

  • centralize CI detection in the Playwright configuration
  • run Playwright with four workers and two retries in CI
  • use the Chrome installation preinstalled on GitHub Actions runners
  • keep one retry for local runs

Why

The CI configuration previously used a single worker and Playwright's default browser channel. Using the runner's preinstalled Chrome avoids depending on a separately downloaded browser, while four workers improve end-to-end test throughput.

Validation

  • vp check
  • vp run test — 564 passed, 2 skipped
  • CI=1 vp exec playwright test --list — 384 tests discovered

@changeset-bot

changeset-bot Bot commented Jul 31, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: a85363f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel

vercel Bot commented Jul 31, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
bippy Ready Ready Preview Jul 31, 2026 1:19am

@pkg-pr-new

pkg-pr-new Bot commented Jul 31, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/bippy@81

commit: a85363f

@aidenybai
aidenybai marked this pull request as ready for review July 31, 2026 04:39
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.

1 participant