diff --git a/README.md b/README.md index f5bdeee..fb15148 100644 --- a/README.md +++ b/README.md @@ -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 +```