Search⌘ K
AI Features

Carrying Out Tests

Execute and validate tests on impure HTTP services in Scala by setting up the required PostgreSQL database and running unit and integration tests. Understand how to manage the test environment using pre-configured Docker containers and interpret sbt test outputs.

Until this point, we have only looked at the code and have not executed the tests themselves. Let’s do that now.

To execute the tests, click on the Run button and wait for the ...