Merge pull request #425 from kaiwinter/master

Added TestContainers
This commit is contained in:
Andreas Kull
2016-10-07 15:49:30 +02:00
committed by GitHub

View File

@ -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.