Skip to content

Latest commit

 

History

History
 
 

test

Testing

Prerequisites

  • Docker & docker compose

Basic testing

Run all tests:

npm run test

Advanced

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.