Skip to content

Add split-by-example support for Playwright#443

Open
jeffal wants to merge 1 commit intobuildkite:mainfrom
jeffal:playwright-split-by-example
Open

Add split-by-example support for Playwright#443
jeffal wants to merge 1 commit intobuildkite:mainfrom
jeffal:playwright-split-by-example

Conversation

@jeffal
Copy link

@jeffal jeffal commented Feb 13, 2026

Implement GetExamples() for the Playwright runner to enable splitting slow test files by individual test example.

Uses playwright test --list --reporter=json to enumerate tests without running them, similar to how RSpec uses --dry-run and pytest uses --collect-only.

Implement GetExamples() for the Playwright runner using
`playwright test --list --reporter=json` to enumerate tests
without running them.
@jeffal jeffal requested a review from a team as a code owner February 13, 2026 05:41
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