Skip to content

Commit

Permalink
Add langauge about tabs being open
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylagordon committed Oct 21, 2024
1 parent f3a372b commit 3c51fd6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions module3/lessons/intro_to_cypress_prework.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,13 @@ Next, we need to add a script to our `package.json` file to run Cypress.
}
}
```

**Important!** You'll need three tabs open:
1. A tab with your react app running (react-ideabox: `npm start`)
2. A tab with your backend running (ideabox-api: `node server.js`)
3. A tab with cypress running (react-ideabox: `npm run cypress`)
ALL THREE TABS NEED TO BE ACTIVE FOR CYPRESS TO WORK!

Now it's time to run Cypress.
```bash
npm run cypress
Expand Down

0 comments on commit 3c51fd6

Please sign in to comment.