Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 288 Bytes

06-testing.md

File metadata and controls

21 lines (15 loc) · 288 Bytes

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