Run tests
masterThe project includes several types of tests that can be run using yarn:
- Development tests: Run all tests with
yarn test:dev. - End-to-End (E2E) tests: Uses Cypress.
- Open the Cypress Dashboard:
yarn cy:open - Run the test suite:
yarn cy:run
- Open the Cypress Dashboard:
- Unit tests: Uses Jest.
- Run in watch mode:
yarn unit:watch
- Run in watch mode:
yarn test:dev
yarn cy:open
yarn cy:run
yarn unit:watch