Running Integration Tests in Docker: Lessons Learned
Running Integration Tests in Docker: Lessons Learned

Running Integration Tests in Docker: Lessons Learned

Author
Shiv Bade
Tags
docker
integration tests
Published
March 15, 2017
Featured
Slug
Tweet
Integration tests in Docker can catch issues local tests miss.
Setup: - Compose file with test DB and app container - Run test suite after boot - Teardown with docker-compose down -v
Helps simulate prod-like envs during CI runs.