Skip to content

Commit d568e9d

Browse files
eddumelendezkiview
andauthored
Add samples section (#5763)
List examples provided in testcontainers by providing an specific section in the docs. Co-authored-by: Kevin Wittek <[email protected]>
1 parent abb06b8 commit d568e9d

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

docs/examples.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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)

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ nav:
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:

0 commit comments

Comments
 (0)