Skip to content

Commit

Permalink
Update Readme with testing commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jorbush committed May 8, 2024
1 parent 6cde4ab commit 8bf80e7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,23 @@ npm run format
```bash
npm run check-format
```

## Testing

### Using the terminal

Run the following command:

```sh
npm run cypress
```

### Using the UI

Start running the command below:
```sh
npx cypress open
```
1. Then select the type of testing (in our case, it's E2E).
2. Select where the tests will run. We recommend using Chrome.
3. Open the specs tab and open the file `index.cy.js`; this will test the entire application.

0 comments on commit 8bf80e7

Please sign in to comment.