Skip to content

Automated Testing

Barrett Falk edited this page Jun 9, 2023 · 13 revisions

Jest Unit Tests

Cypress Automated e2e Tests

This project incorporates Cypress tests into the pipeline. If you want to run the tests locally, you can use this command

npx cypress run --browser chromium --config baseUrl=http://localhost:3000

Clone this wiki locally