Add sharding capabilities to e2e tests #720
Labels
scope: ci/cd
GitHub actions workflows
type: feature
New feature or new functionality to existing feature
Milestone
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
The text was updated successfully, but these errors were encountered: