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.

License

Notifications You must be signed in to change notification settings

jasvant6thstreet/testcontainers-java-jasvant

 
 

Repository files navigation

Testcontainers

Open in GitHub Codespaces

Revved up by Gradle Enterprise

This fork is for providing a provision to increase startup timeout incase JDBC containers like Mysql are taking longger than 120 seconds to come up. Details of solution is described at https://blog.bigdatawithjasvant.com/2023/01/increasing-container-startup-timeout-of.html

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.

Testcontainers logo

License

See LICENSE.

Copyright

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

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

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

See contributors for all contributors.

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.8%
  • Other 1.2%