Skip to content

Commit db188e4

Browse files
authoredOct 14, 2023
docs: fix cypress script typo in 10-testing.mdx (#56765)
fix cypress script name typo to run `cypress:open` as declared on package.json script example
1 parent 82e1057 commit db188e4

File tree

1 file changed

+1
-1
lines changed
  • docs/03-pages/01-building-your-application/05-optimizing

1 file changed

+1
-1
lines changed
 

‎docs/03-pages/01-building-your-application/05-optimizing/10-testing.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Add Cypress to the `package.json` scripts field:
5151
Run Cypress for the first time to generate examples that use their recommended folder structure:
5252

5353
```bash filename="Terminal"
54-
npm run cypress
54+
npm run cypress:open
5555
```
5656

5757
You can look through the generated examples and the [Writing Your First Test](https://docs.cypress.io/guides/getting-started/writing-your-first-test) section of the Cypress Documentation to help you get familiar with Cypress.

0 commit comments

Comments
 (0)
Please sign in to comment.