Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Testing

Christian Medders - Bixal edited this page Jun 7, 2022 · 5 revisions

Testing with Cypress

To start testing Initialize your local environment

npm run test

Then in a new terminal, you can run the testing scripts below.

Testing scripts and their use:

  • cy:test: runs all integration tests for the site in the command line

  • cy:open: opens the cypress runner in the browser to target specific tests for debugging

Clone this wiki locally