https://github.com/testcontainers/testcontainers-showcase
Testcontainers ShowCase
https://github.com/testcontainers/testcontainers-showcase
Last synced: 9 months ago
JSON representation
Testcontainers ShowCase
- Host: GitHub
- URL: https://github.com/testcontainers/testcontainers-showcase
- Owner: testcontainers
- License: apache-2.0
- Created: 2022-11-25T02:56:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-12T16:26:20.000Z (almost 2 years ago)
- Last Synced: 2024-05-22T17:24:55.308Z (over 1 year ago)
- Language: Java
- Size: 27.3 MB
- Stars: 7
- Watchers: 12
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Testcontainers ShowCase
This is a sample SpringBoot application demonstrating how to use various features of [Testcontainers](https://www.testcontainers.org/).
## Prerequisites
* Install Java 17+
* Install Docker
## How to run tests?
```shell
./mvnw verify
```