Testing Unit tests To run unit tests, run: sbt test Blackbox tests To run the blackbox tests against a deployed environment, first download the config: ./scripts/fetch-blackbox-test-config.sh Then run the tests: sbt integrationTests/test