From 0cfd864ce456060e1c0047ea7c0d15f47327b127 Mon Sep 17 00:00:00 2001 From: Gleb Bahmutov Date: Tue, 5 Mar 2024 17:31:18 -0500 Subject: [PATCH] feat: update readme, release Buildkite support --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f643d06..0bc7276 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,14 @@ command: npx cypress run --env split=true See the full example in [bahmutov/cypress-split-example](https://github.com/bahmutov/cypress-split-example) +### Buildkit + +```yml +npx cypress run --env split=true +``` + +The script uses `BUILDKITE_PARALLEL_JOB_COUNT` and `BUILDKITE_PARALLEL_JOB` environment variables. + ### GitHub Actions ```yml