Skip to content

Commit

Permalink
docs(testing): remove outdated reference to issue (#9265)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed Mar 10, 2022
1 parent 081ff42 commit 55f7e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/shared/cypress-plugin.md
Expand Up @@ -59,7 +59,7 @@ With, `nx e2e frontend-e2e --watch` Cypress will start in the application mode.

Running Cypress with `--watch` is a great way to enhance dev workflow - you can build up test files with the application running and Cypress will re-run those tests as you enhance and add to the suite.

Cypress doesn't currently re-run your tests after changes are made to application code when it runs in “headed” mode. There is an [open feature request](https://github.com/nrwl/nx/issues/870) to add this behaviour.
Cypress doesn't currently re-run your tests after changes are made to application code when it runs in “headed” mode.

### Using Cypress in the Headless Mode

Expand Down

0 comments on commit 55f7e72

Please sign in to comment.