Skip to content

Commit

Permalink
add note that parallelization requires dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Feb 10, 2021
1 parent 728c0fc commit 8e0ad79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,8 @@ jobs:

### Parallel

**Note:** Cypress parallelization requires [Cypress Dashboard](https://on.cypress.io/dashboard-introduction) subscription.

You can spin multiple containers running in parallel using `strategy: matrix` argument. Just add more dummy items to the `containers: [1, 2, ...]` array to spin more free or paid containers. Then use `record` and `parallel` parameters to [load balance tests](https://on.cypress.io/parallelization)

```yml
Expand Down

0 comments on commit 8e0ad79

Please sign in to comment.