Skip to content

Commit

Permalink
docs: caution use of start to run tests (#975)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Jul 26, 2023
1 parent 1feef67 commit b94beac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,7 @@ jobs:
with:
start: npm start
```
**Caution:** use the `start` parameter only to start a server, not to run Cypress, otherwise tests may be run twice. The action runs Cypress tests by default, unless the parameter `runTests` is to `false`.

**Note:** sometimes on Windows you need to run a different start command. You can use the `start-windows` parameter for this.

Expand Down

0 comments on commit b94beac

Please sign in to comment.