Carrying Out Tests
Explore how to execute unit and integration tests for your Scala HTTP API services. Learn the steps to set up a Docker-based environment, start a PostgreSQL database, and run tests with sbt to verify your pure functional service endpoints effectively.
We'll cover the following...
We'll cover the following...
Until this point, we have only looked at the code and have not executed the tests themselves. Let’s execute the tests now.
To execute the tests, click on the Run button and wait ...