Skip to content

Commit

Permalink
Merge pull request #26 from FernandVEYRIER/development
Browse files Browse the repository at this point in the history
chore: added test section to README.md
  • Loading branch information
0x4007 authored Mar 6, 2024
2 parents aebfe0e + 6a14695 commit 03d0506
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,22 @@ This template repository includes support for the following:
- Environment Variables
- Conventional Commits
- Automatic deployment to Cloudflare Pages

## Testing

### Cypress
To test with Cypress Studio UI, run
```shell
yarn cy:open
```

Otherwise to simply run the tests through the console, run
```shell
yarn cy:run
```

### Jest
To start Jest tests, run
```shell
yarn test
```

0 comments on commit 03d0506

Please sign in to comment.