Closed lorenyu closed 3 weeks ago
It seems GitHub Actions is limited to a single worker when running Playwright e2e tests. Solutions include larger runners or test sharding. Test sharding seems like a pretty feasible to implement solution that wouldn't require the additional cost of managing larger runners.
This ticket is to add test sharding.
Add sharding and using GitHub jobs matrix strategy.
See 🔒 slack thread
cc @rylew1
It seems GitHub Actions is limited to a single worker when running Playwright e2e tests. Solutions include larger runners or test sharding. Test sharding seems like a pretty feasible to implement solution that wouldn't require the additional cost of managing larger runners.
This ticket is to add test sharding.
Implementation notes
Add sharding and using GitHub jobs matrix strategy.
See 🔒 slack thread