Skip to content
Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
Java Groovy Shell TSQL Batchfile Dockerfile
Branch: master
Clone or download

Latest commit

dependabot-preview and rnorth Bump testcontainers from 1.14.2 to 1.14.3 in /core (#2818)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Richard North <rich.north@gmail.com>
Latest commit a5b4f2c May 30, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci Reduce CircleCI build to a minimal subset of core (#2586) Apr 18, 2020
.dependabot Reduce dependabot bump frequency May 14, 2020
.github Prevent Local gradle build cache collisions (#2778) May 22, 2020
annotations General code/javadocs cleanup Jul 3, 2016
bom include only published projects into BOM (#2118) Dec 1, 2019
core Bump testcontainers from 1.14.2 to 1.14.3 in /core (#2818) May 30, 2020
docs Move away from using quay.io for default images (#2805) May 28, 2020
examples Bump solr-solrj from 8.5.1 to 8.5.2 in /examples (#2819) May 30, 2020
gradle Dynamic CI jobs for examples (#2677) May 16, 2020
modules Bump r2dbc-mssql from 0.8.2.RELEASE to 0.8.3.RELEASE in /modules/mssq… May 30, 2020
test-support Split JDBC tests (#2556) May 14, 2020
.editorconfig GHA-based in-docker testing (#2121) Dec 3, 2019
.gitattributes Temporary revert .gitattributes change Feb 13, 2018
.gitignore Redo of documentation with mkdocs (#1150) Jan 20, 2019
.travis.yml Remove CI status check Jan 22, 2020
AUTHORS Remove old docs (#890) Oct 27, 2018
CHANGELOG.md Point readers to 'Releases' Sep 25, 2018
CONTRIBUTING.md Module contribution policy (#1576) Jul 9, 2019
LICENSE Redo of documentation with mkdocs (#1150) Jan 20, 2019
Pipfile Redo of documentation with mkdocs (#1150) Jan 20, 2019
Pipfile.lock Redo of documentation with mkdocs (#1150) Jan 20, 2019
README.md Bump Copyrights to 2020 (#2488) Apr 4, 2020
RELEASING.md Remove old docs (#890) Oct 27, 2018
azure-pipelines.yml Re-enable build cache May 29, 2020
build.gradle Generate GitHub Actions CI Jobs automatically (#2520) Apr 18, 2020
docker-compose.yml Add docker-compose.yml to simplify local doc development (#1653) Aug 6, 2019
gradle.properties Gradle (#574) Feb 11, 2018
gradlew Upgrade Gradle to 6.3 (#2551) Apr 14, 2020
gradlew.bat Update Gradle to 5.6.2 (#1510) Oct 4, 2019
mkdocs.yml Update mkdocs.yml May 29, 2020
requirements.txt Pin mkdocs dependencies to avoid version incompatibility (#2335) Feb 7, 2020
runtime.txt Use Python 3.7 for netlify doc generation (#2143) Dec 3, 2019
settings.gradle Dynamic CI jobs for examples (#2677) May 16, 2020

README.md

Testcontainers

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

Build Status Download

Testcontainers logo

Read the documentation here

License

See LICENSE.

Copyright

Copyright (c) 2015 - 2020 Richard North and other authors.

MS SQL Server module is (c) 2017 - 2020 G DATA Software AG and other authors.

Hashicorp Vault module is (c) 2017 - 2020 Capital One Services, LLC and other authors.

See contributors for all contributors.

You can’t perform that action at this time.