Buildkite
Running Playwright tests in parallel on Buildkite with Currents
Setup
Sharding
npx playwright test --shard=$((BUILDKITE_PARALLEL_JOB + 1))/$BUILDKITE_PARALLEL_JOB_COUNTConfiguration
Example Pipeline
Environment Variables
Variable
Description
Last updated
Was this helpful?