Bootzooka

Simple project to quickly start developing a Scala-based microservice or web application.


Testing

When you issue test from SBT, tests for both server-side and client-side components are run. SBT integrates some Grunt commands and executes tests for browser part via Grunt too.

Some of the backend tests use an embedded PostgreSQL instance. This instance is automatically unpacked, started before and stopped after the tests.

In case of integration tests, there is subproject - “integration-tests”. It contains composed environment to launch application with PostgreSQL db and mailhog as SMTP server. For more details, please look at proper docker-compose.yml