From 6c7d9dac72db8c7e1872a904f787879a2597b808 Mon Sep 17 00:00:00 2001 From: Kai Winter Date: Fri, 7 Oct 2016 10:43:08 +0200 Subject: [PATCH] Added TestContainers For using Docker containers in Unit Tests --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 32b0365..085677c 100644 --- a/README.md +++ b/README.md @@ -735,6 +735,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Selenide](http://selenide.org/) - Concise API around Selenium to write stable and readable UI tests. * [Selenium](http://docs.seleniumhq.org/) - Portable software testing framework for web applications. * [Spock](http://spockframework.github.io/spock/docs/) - JUnit-compatible framework featuring an expressive Groovy-derived specification language. +* [TestContainers](https://github.com/testcontainers/testcontainers-java) - Provides throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container. * [Truth](https://github.com/google/truth) - Google's assertion and proposition framework. * [WireMock](http://wiremock.org/) - Stubbs and mocks web services.