Skip to content

Commit

Permalink
add note that recording and parallelization requires the dashboard for
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Dec 19, 2020
1 parent 84b670d commit 9c23d2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ workflows:
record: true
```

**Note:** recording test results and artifacts requires [Cypress Dashboard](https://on.cypress.io/dashboard-introduction) subscription.

### parallel

A more complex project that needs to install dependencies, build an application and run tests across 4 CI machines [in parallel](https://on.cypress.io/parallelization) may have:
Expand Down Expand Up @@ -100,6 +102,8 @@ workflows:

In all cases, you are using `run` and `install` job definitions that Cypress provides inside the orb. Using the orb brings simplicity and static checks of parameters to CircleCI configuration.

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

### other examples

- [install dependencies using Yarn](docs/examples.md#yarn)
Expand Down

0 comments on commit 9c23d2d

Please sign in to comment.