测试
Currently, the repository includes E2E tests for both the frontend and backend services. For the Frontend we are using Cypress execute the different flows in the webstore. While the backend services use AVA as the main testing framework.
To run the test you can simply run make run-tests
at the root directory.
In case you need to run a specific suite of tests you can execute
docker compose run frontendTests
1 for the frontend tests or
docker compose run integrationTests
1 for the backend tests.