FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

testcontainers-java/docs/modules/typesense.md at main · ghostofthecode/testcontainers-java · GitHub

Latest commit

 

History

History
30 lines (22 loc) · 861 Bytes

File metadata and controls

30 lines (22 loc) · 861 Bytes

Typesense

Testcontainers module for Typesense.

TypesenseContainer's usage examples

You can start a Typesense container instance from any Java application by using:

Typesense container inside_block:container

Adding this module to your project dependencies

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>


Back | FazBrowse Home | New Git URL