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

Latest commit

 

History

History
12 lines (9 loc) · 560 Bytes

tests.md

File metadata and controls

12 lines (9 loc) · 560 Bytes

Tests

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 for the frontend tests or docker compose run integrationTests for the backend tests.