Skip to content
Chelsea edited this page Nov 24, 2023 · 4 revisions

Home > Development > Running the Project > Tests


Tests

Tests are built using jest. They are intended to run inside the docker container (the e2e tests will error if you run them otherwise). These tests are run on each push to the repo as part of our pipeline. To run them locally please refer to the following commands:

Build the test container:

make run-test

Run tests:

make run-test-pipeline
Clone this wiki locally