Run e2e tests in parallel #10759
Labels
area-testSuite
contributor experience
An issue that impacts, or planned improvement to, the contributor experience.
Milestone
To speed up our e2e tests, we want them running in parallel on CI.
Each e2e test suite can be run independently. We'll need to decide how to group them together (e.g. 1 test suite per job, multiple per job, etc.)
We should probably use separate jobs for each run, to avoid running out of memory (unless we can demonstrate that this is not likely to be a problem).
The text was updated successfully, but these errors were encountered: