You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/03-pages/01-building-your-application/05-optimizing/10-testing.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ Add Cypress to the `package.json` scripts field:
51
51
Run Cypress for the first time to generate examples that use their recommended folder structure:
52
52
53
53
```bash filename="Terminal"
54
-
npm run cypress
54
+
npm run cypress:open
55
55
```
56
56
57
57
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