Skip to content

Running test suites

little_pinecone edited this page Jul 22, 2021 · 1 revision

Backend

Run unit tests with the following command in the project directory:

mvn test

Run all tests with the following command in the project directory:

mvn verify

Frontend

Run all tests for the Angular code with:

cd frontend/src/main/angular
ng test