Skip to content

kotest/kotest-extensions-wiremock

Repository files navigation

kotest-extensions-wiremock

A Kotest extension to use wiremock through test lifecycles.

See docs.

Please create issues on the main kotest board.

GitHub Workflow Status Maven Central License kotest @ kotlinlang.slack.com Sonatype Nexus (Snapshots)

Compatibility

Extension Version WireMock version Min. Java version
2.x >=2, < 3 8
3.x >= 3 11

Changelog

3.0.1

  • Reverted to using wiremock-standalone to prevent dependency conflicts

3.0.0

  • Upgraded to wiremock 3.3.1
  • Min java version is now 11 (wiremock 3.x requires java 11)

2.0.1

  • Add per project listener mode

2.0.0

  • Bumps Kotest to 5.5.5
  • Bumps wiremock to 2.35.0

1.0.3

  • JDK8 compatible
  • Bumped wiremock to 2.31.0

1.0.2

  • Fixed issue with dependencies

1.0.1

  • Version bumps

1.0.0

  • Migrated from main Kotest repo.