This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(infrastructure): Run 2 parallel browsers by default instead of 3 (
#3500) Running 3 parallel browsers is a waste of resources. `npm run screenshot:test` captures screenshots in 4 browsers, so it takes the same amount of time to finish whether it run 2 or 3 browsers in parallel. By only consuming 2 parallels, we free up a VM for someone else to use. As before, the `--parallels=N` CLI flag can be used to override the default.
- Loading branch information