Auto-balancing Playwright test shards #46300
aslushnikov
started this conversation in
Show and tell
Replies: 1 comment
-
|
FYI: we’ve released shard balancing as part of the To try it out:
-npx playwright test --shard 1/2 --project foo
+npx flakiness-playwright-shard --shard 1/2 --project fooDetails: https://docs.flakiness.io/shard-balancing/ Let me know if I can help with the integration - we’d love to see how it works for you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey folks,
I used to work on Playwright, and I noticed that Supabase uses Playwright too, including sharding in CI.
These days I’m building Flakiness.io: a GitHub-native test analytics dashboard that tracks flaky tests and detects regressions in pull requests.
We’re prototyping Playwright shard balancing, where Flakiness.io uses historical test timings to produce better-balanced shards. Since Supabase has a real-world Playwright setup, I’d be very happy if you’re open to testing it on your workload.
OSS projects can use Flakiness.io for free. I’d be happy to help set it up and see if you find it useful.
P.S. We’re also happy Supabase customers. Thank you for the product!
Beta Was this translation helpful? Give feedback.
All reactions