How to run Playwright Tests in Parallel on GitLab
TL;DR
Add parallel: N to your GitLab CI job and pass --shard=${CI_NODE_INDEX}/${CI_NODE_TOTAL} to Playwright to slash your test execution time and keep your team shipping fast.
The Backstory
Last week, our test suite execution time crossed the dreade...
itishermann.me2 min read