Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 387 Bytes

TestContainer.md

File metadata and controls

7 lines (4 loc) · 387 Bytes

Testcontainers is a Java library that supports JUnit tests for Docker containers. Testcontainers provides lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.

Repository with lots of examples