Skip to content

Commit

Permalink
Add samples section (#5763)
Browse files Browse the repository at this point in the history
List examples provided in testcontainers by providing an specific
section in the docs.

Co-authored-by: Kevin Wittek <kiview@users.noreply.github.com>
  • Loading branch information
eddumelendez and kiview committed Aug 23, 2022
1 parent abb06b8 commit d568e9d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/examples.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Examples

Examples of different use cases provided by Testcontainers can be found below:

- [Kafka Cluster with multiple brokers](https://github.com/testcontainers/testcontainers-java/tree/master/examples/kafka-cluster)
- [Linked containers](https://github.com/testcontainers/testcontainers-java/tree/master/examples/linked-container)
- [MongoDB](https://github.com/testcontainers/testcontainers-java/tree/master/examples/mongodb-container)
- [Neo4j](https://github.com/testcontainers/testcontainers-java/tree/master/examples/neo4j-container)
- [Redis](https://github.com/testcontainers/testcontainers-java/tree/master/examples/redis-backed-cache)
- [Selenium](https://github.com/testcontainers/testcontainers-java/tree/master/examples/cucumber)
- [Selenium Module with Cucumber](https://github.com/testcontainers/testcontainers-java/tree/master/examples/cucumber)
- [Singleton Container Pattern](https://github.com/testcontainers/testcontainers-java/tree/master/examples/singleton-container)
- [Solr](https://github.com/testcontainers/testcontainers-java/tree/master/examples/solr-container)
- [Spring Boot](https://github.com/testcontainers/testcontainers-java/tree/master/examples/spring-boot)
- [Spring Boot with Kotlin](https://github.com/testcontainers/testcontainers-java/tree/master/examples/spring-boot-kotlin-redis)
- [TestNG](https://github.com/testcontainers/testcontainers-java/tree/master/examples/redis-backed-cache-testng)
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ nav:
- test_framework_integration/junit_5.md
- test_framework_integration/spock.md
- test_framework_integration/manual_lifecycle_control.md
- Examples: examples.md
- System Requirements:
- supported_docker_environment/index.md
- Continuous Integration:
Expand Down

0 comments on commit d568e9d

Please sign in to comment.