Skip to content

org.wiremock.integrations.testcontainers.wiremock-testcontainers-module 1.0-alpha-13 Latest version

Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
  <groupId>org.wiremock.integrations.testcontainers</groupId>
  <artifactId>wiremock-testcontainers-module</artifactId>
  <version>1.0-alpha-13</version>
</dependency>
Install 2/2: Run via command line
$ mvn install

About this package

This Testcontainers module allows provisioning the WireMock server as a standalone container within your unit tests, based on WireMock Docker