diff --git a/docs/guides/guides/command-line.mdx b/docs/guides/guides/command-line.mdx index aabb100de1..67b6f5b5da 100644 --- a/docs/guides/guides/command-line.mdx +++ b/docs/guides/guides/command-line.mdx @@ -446,7 +446,7 @@ app/ 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.cy.js +cypress run --project tests/e2e --spec ./tests/e2e/cypress/integration/spec.cy.js ``` #### `cypress run --tag ` {#cypress-run-tag-lt-tag-gt}