Testcontainers module for Typesense.
You can start a Typesense container instance from any Java application by using:
Typesense container inside_block:container
Add the following dependency to your pom.xml/build.gradle file:
=== "Gradle"
groovy testImplementation "org.testcontainers:typesense:{{latest_version}}"
=== "Maven"
xml <dependency> <groupId>org.testcontainers</groupId> <artifactId>typesense</artifactId> <version>{{latest_version}}</version> <scope>test</scope> </dependency>