Skip to content

Automated Testing

Server testing using Pytest

The server is tested using Pytest. To run the tests, you need to have the server running. You can run the tests using the following command:

$ make test

Client testing using Cypress

The client is tested using Cypress. To run the tests, you need to have the client running. You can run the tests using the following command:

$ npm run test