Skip to content

Commit bc861eb

Browse files
authored
fix cli example with project and spec options (cypress-io#5574)
1 parent 6ab0de9 commit bc861eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guides/guides/command-line.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -438,15 +438,15 @@ app/
438438
unit/
439439
e2e/
440440
cypress/
441-
integration/
442-
spec.js
441+
e2e/
442+
spec.cy.js
443443
cypress.config.js
444444
```
445445
446446
If we are in the `app` folder, we can run the specs using the following command
447447
448448
```shell
449-
cypress run --project tests/e2e --spec ./tests/e2e/cypress/e2e/spec.js
449+
cypress run --project tests/e2e --spec ./tests/e2e/cypress/e2e/spec.cy.js
450450
```
451451
452452
#### `cypress run --tag <tag>` {#cypress-run-tag-lt-tag-gt}

0 commit comments

Comments
 (0)