./start_env.sh
- The database credentials are in
docker-compose.yml
, copy them to your tests file.
Note: An improvement to copying the credentials would be to make a function to create the database connection each time so you don't have to repeat the process each time.