We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab0de9 commit bc861ebCopy full SHA for bc861eb
docs/guides/guides/command-line.mdx
@@ -438,15 +438,15 @@ app/
438
unit/
439
e2e/
440
cypress/
441
- integration/
442
- spec.js
+ e2e/
+ spec.cy.js
443
cypress.config.js
444
```
445
446
If we are in the `app` folder, we can run the specs using the following command
447
448
```shell
449
-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
450
451
452
#### `cypress run --tag <tag>` {#cypress-run-tag-lt-tag-gt}
0 commit comments