CI Optimization
A guide on optimizing Playwright tests in CI for better efficiency
Currents offers several ways to speed up and optimize your CI pipeline. Whether you’re just starting with basic test sharding or looking to squeeze every bit of efficiency from your infrastructure, the following strategies can help you reduce runtime, cut costs, and make test results more actionable.
Speed up CI by running Playwright Tests in Parallel
Start with sharding and switch to Currents Orchestration for more efficient use of resource. Speed up CI by up to 50%
Reduce CI costs with Cloud Spot Instances
Dynamically reroute tests from a to-be-terminated to a healthy instance. Save CI costs by up to 70%
Enable Playwright Fully Parallel Mode
Run tests from the same test file in parallel using all the available CPUs.
Last updated
Was this helpful?