We are using Jest. Simply run pnpm test
to run all the tests.
We are using Dockest to test the following concerns:
To run integration tests locally, follow:
docker system prune
to clean the Docker caches.pnpm i
pnpm graphql:generate
pnpm --filter integration-tests build-and-pack
docker-compose -f integration-tests/docker-compose.yml pull
pnpm --filter integration-tests dockest