- Docker & docker compose
Run all tests:
npm run test
Start all the infrastructure:
npm run test:infra
You can now open the mock mail server on http://localhost:9000
Run the tests only:
npm run test:suite
All emails will appear in the mock mail server.