diff --git a/content/coursework/labs/7.tooling/4.e2e-testing.mdx b/content/coursework/labs/7.tooling/4.e2e-testing.mdx index 796f897d..699f7e29 100644 --- a/content/coursework/labs/7.tooling/4.e2e-testing.mdx +++ b/content/coursework/labs/7.tooling/4.e2e-testing.mdx @@ -28,7 +28,7 @@ We will keep the default configuration. However to ease the process of starting to start cypress tests, run one of the following command in the terminal: - `npx cypress open` - `./node_modules/.bin/cypress open` -- `npm run cy:open` +- `npm run cy:open` (recommended) ### Write New Tests When running Cypress for the first time, you will see the following screen: