Skip to content

Commit

Permalink
feat: update readme, release Buildkite support
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Mar 5, 2024
1 parent 9cbab45 commit 0cfd864
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0cfd864

Please sign in to comment.