First, we need to start the PostgreSQL database within the container. We can do that by using the following command:
1
service postgresql start
Start PostgreSQL
Step-2: Executing the tests
Once the database is up, we can use the following command to execute all the tests:
1