testcontainers-java
testcontainers-java copied to clipboard
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.
### Module Core ### Testcontainers version 1.16.2 ### Using the latest Testcontainers version? Yes ### Docker version ```shell Client: Docker Engine - Community Version: 20.10.14 API version: 1.41 Go version:...
Bumps [orientdb-gremlin](https://github.com/orientechnologies/orientdb-gremlin) from 3.0.18 to 3.2.8. Commits 305b858 OrientDB prepare release 3.2.8 fe83cf2 chore: set parent version 525365c chore: set parent version to snapshot 4d43c25 OrientDB prepare for next development...
Bumps [orientdb-client](https://github.com/orientechnologies/orientdb) from 3.0.24 to 3.2.8. Release notes Sourced from orientdb-client's releases. 3.2.8 No release notes provided. 3.2.7 No release notes provided. 3.2.6 No release notes provided. 3.2.5 Release 3.2.5...
Hi all, I have been working with AWS DynamoDB and I believe this module can be useful for us. There is an [official Docker image](dynamodb-local) provided by AWS with some...
In jOOQ, one of the most re-occurring ideas is that jOOQ should tightly couple Testcontainers, Flyway/Liquibase and jOOQ's code generation. See e.g. https://github.com/jOOQ/jOOQ/issues/6551 This coupling is obviously a bad idea,...
Update docs version to ${GITHUB_REF##*/} skip-checks: true
When trying to write multiple tests using a toxiproxy container I didn't find an easy way to reset everything before each test. Toxiproxy already does have a method for just...
## Abstract Allows multiple proxies to be created for the same target `host:port` so parallel tests can test different toxics on the same container at the same time. ## Rationale...
Could you please enable container reusage across r2dbc and jdbc urls? Use case (in Spring Boot): ``` spring: r2dbc: url: r2dbc:tc:postgresql:///test?TC_IMAGE_TAG=12-alpine flyway: url: jdbc:tc:postgresql:12-alpine:///test ``` https://github.com/testcontainers/testcontainers-java/issues/4282 https://github.com/spring-projects/spring-boot/issues/28076 https://github.com/flyway/flyway/issues/3282
### Module Azure ### Testcontainers version 1.17.2 ### Using the latest Testcontainers version? Yes ### Docker version ```shell ❯ docker version Client: Cloud integration: v1.0.20 Version: 20.10.10 API version: 1.41...