https://github.com/testcontainers/testcontainers-java-repro
A template repository intended to help create isolated repro examples for Testcontainers issues
https://github.com/testcontainers/testcontainers-java-repro
Last synced: 9 months ago
JSON representation
A template repository intended to help create isolated repro examples for Testcontainers issues
- Host: GitHub
- URL: https://github.com/testcontainers/testcontainers-java-repro
- Owner: testcontainers
- Created: 2020-07-21T07:36:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-02T07:35:36.000Z (over 1 year ago)
- Last Synced: 2024-05-22T17:24:43.649Z (over 1 year ago)
- Language: Java
- Size: 123 KB
- Stars: 7
- Watchers: 5
- Forks: 8
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# testcontainers-java-repro
A template repository intended to help create isolated repro examples for [testcontainers-java](https://github.com/testcontainers/testcontainers-java) issues.
To use this as a template, click the `Use this template` button above.
Code to reproduce the issue should be located in [ReproExample](src/test/java/org/testcontainers/repro/ReproExample.java).