Skip to content

Commit

Permalink
added recommended text
Browse files Browse the repository at this point in the history
  • Loading branch information
reedws committed Jul 21, 2023
1 parent 8d0ed03 commit b288fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/coursework/labs/7.tooling/4.e2e-testing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b288fcb

Please sign in to comment.