Skip to content

Commit

Permalink
fix cli example with project and spec options
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Dec 12, 2023
1 parent 6ab0de9 commit c8f0be1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/guides/guides/command-line.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -438,15 +438,15 @@ app/
unit/
e2e/
cypress/
integration/
spec.js
e2e/
spec.cy.js
cypress.config.js
```
If we are in the `app` folder, we can run the specs using the following command
```shell
cypress run --project tests/e2e --spec ./tests/e2e/cypress/e2e/spec.js
cypress run --project tests/e2e --spec ./tests/e2e/cypress/e2e/spec.cy.js
```
#### `cypress run --tag <tag>` {#cypress-run-tag-lt-tag-gt}
Expand Down

0 comments on commit c8f0be1

Please sign in to comment.