File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 1+ # Examples
2+
3+ Examples of different use cases provided by Testcontainers can be found below:
4+
5+ - [ Kafka Cluster with multiple brokers] ( https://github.com/testcontainers/testcontainers-java/tree/master/examples/kafka-cluster )
6+ - [ Linked containers] ( https://github.com/testcontainers/testcontainers-java/tree/master/examples/linked-container )
7+ - [ MongoDB] ( https://github.com/testcontainers/testcontainers-java/tree/master/examples/mongodb-container )
8+ - [ Neo4j] ( https://github.com/testcontainers/testcontainers-java/tree/master/examples/neo4j-container )
9+ - [ Redis] ( https://github.com/testcontainers/testcontainers-java/tree/master/examples/redis-backed-cache )
10+ - [ Selenium] ( https://github.com/testcontainers/testcontainers-java/tree/master/examples/cucumber )
11+ - [ Selenium Module with Cucumber] ( https://github.com/testcontainers/testcontainers-java/tree/master/examples/cucumber )
12+ - [ Singleton Container Pattern] ( https://github.com/testcontainers/testcontainers-java/tree/master/examples/singleton-container )
13+ - [ Solr] ( https://github.com/testcontainers/testcontainers-java/tree/master/examples/solr-container )
14+ - [ Spring Boot] ( https://github.com/testcontainers/testcontainers-java/tree/master/examples/spring-boot )
15+ - [ Spring Boot with Kotlin] ( https://github.com/testcontainers/testcontainers-java/tree/master/examples/spring-boot-kotlin-redis )
16+ - [ TestNG] ( https://github.com/testcontainers/testcontainers-java/tree/master/examples/redis-backed-cache-testng )
Original file line number Diff line number Diff line change 8888 - test_framework_integration/junit_5.md
8989 - test_framework_integration/spock.md
9090 - test_framework_integration/manual_lifecycle_control.md
91+ - Examples : examples.md
9192 - System Requirements :
9293 - supported_docker_environment/index.md
9394 - Continuous Integration :
You can’t perform that action at this time.
0 commit comments