FYI: we’ve released shard balancing as part of the [`flakiness/playwright`](https://github.com/flakiness/playwright#balanced-sharding) reporter. To try it out: 1. Create a project on Flakiness.io to store your test history 1. Install `flakiness/playwright` 2. Replace `npx playwright test` with `npx flakiness-playwright-shard` ```diff -npx playwright test --shard 1/2 --project foo +npx flakiness-playwright-shard --shard 1/2 --project foo ``` Details: 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.