Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix cypress script typo in 10-testing.mdx #56765

Merged
merged 8 commits into from Oct 14, 2023
Expand Up @@ -51,7 +51,7 @@ Add Cypress to the `package.json` scripts field:
Run Cypress for the first time to generate examples that use their recommended folder structure:

```bash filename="Terminal"
npm run cypress
npm run cypress:open
```

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.
Expand Down