How to Run Acceptance Tests#
Follow these steps to run the acceptance tests:
Start the backend for acceptance testing
make acceptance-backend-dev-startStart the frontend for acceptance testing
make acceptance-frontend-dev-startOpen Cypress in the browser. Run the following command to open Cypress and execute the acceptance tests:
make acceptance-test
How to Run Accessibility (a11y) Tests#
Follow these steps to run accessibility tests using Cypress:
Start the backend
make backend-startStart the frontend
make acceptance-a11y-frontend-prod-startRun Cypress for accessibility testing
make acceptance-a11y-test