|
2 | 2 |
|
3 | 3 | Examples of different use cases provided by Testcontainers can be found below: |
4 | 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 | | -- [Neo4j](https://github.com/testcontainers/testcontainers-java/tree/master/examples/neo4j-container) |
8 | | -- [Redis](https://github.com/testcontainers/testcontainers-java/tree/master/examples/redis-backed-cache) |
9 | | -- [Selenium](https://github.com/testcontainers/testcontainers-java/tree/master/examples/selenium-container) |
10 | | -- [Selenium Module with Cucumber](https://github.com/testcontainers/testcontainers-java/tree/master/examples/cucumber) |
11 | | -- [Singleton Container Pattern](https://github.com/testcontainers/testcontainers-java/tree/master/examples/singleton-container) |
12 | | -- [Solr](https://github.com/testcontainers/testcontainers-java/tree/master/examples/solr-container) |
13 | | -- [Spring Boot](https://github.com/testcontainers/testcontainers-java/tree/master/examples/spring-boot) |
14 | | -- [Spring Boot with Kotlin](https://github.com/testcontainers/testcontainers-java/tree/master/examples/spring-boot-kotlin-redis) |
15 | | -- [TestNG](https://github.com/testcontainers/testcontainers-java/tree/master/examples/redis-backed-cache-testng) |
16 | | -- [ImmuDb](https://github.com/testcontainers/testcontainers-java/tree/master/examples/immudb) |
| 5 | +- [Kafka Cluster with multiple brokers](https://github.com/testcontainers/testcontainers-java/tree/main/examples/kafka-cluster) |
| 6 | +- [Linked containers](https://github.com/testcontainers/testcontainers-java/tree/main/examples/linked-container) |
| 7 | +- [Neo4j](https://github.com/testcontainers/testcontainers-java/tree/main/examples/neo4j-container) |
| 8 | +- [Redis](https://github.com/testcontainers/testcontainers-java/tree/main/examples/redis-backed-cache) |
| 9 | +- [Selenium](https://github.com/testcontainers/testcontainers-java/tree/main/examples/selenium-container) |
| 10 | +- [Selenium Module with Cucumber](https://github.com/testcontainers/testcontainers-java/tree/main/examples/cucumber) |
| 11 | +- [Singleton Container Pattern](https://github.com/testcontainers/testcontainers-java/tree/main/examples/singleton-container) |
| 12 | +- [Solr](https://github.com/testcontainers/testcontainers-java/tree/main/examples/solr-container) |
| 13 | +- [Spring Boot](https://github.com/testcontainers/testcontainers-java/tree/main/examples/spring-boot) |
| 14 | +- [Spring Boot with Kotlin](https://github.com/testcontainers/testcontainers-java/tree/main/examples/spring-boot-kotlin-redis) |
| 15 | +- [TestNG](https://github.com/testcontainers/testcontainers-java/tree/main/examples/redis-backed-cache-testng) |
| 16 | +- [ImmuDb](https://github.com/testcontainers/testcontainers-java/tree/main/examples/immudb) |
0 commit comments