Usage:
Run:
docker-compose run --rm integration_tests
Environment variables can be set before docker-compose run:
export MONGO_PROFILE=invalid-ssl
See matrix in the CI configuration
It's also possible to obtain an interactive shell from the test container.
docker-compose run --rm --entrypoint /bin/ash integration_tests
In the interactive shell, you can execute ./.ci_scripts/runIntegration.sh interactive
To check the MongoDB logs:
docker logs -f reactivemongo_db_...
Cleanup:
docker-compose stop
docker-compose rm