A Kotest extension to use wiremock through test lifecycles.
See docs.
Please create issues on the main kotest board.
Extension Version | WireMock version | Min. Java version |
---|---|---|
2.x | >=2, < 3 | 8 |
3.x | >= 3 | 11 |
- Reverted to using wiremock-standalone to prevent dependency conflicts
- Upgraded to wiremock 3.3.1
- Min java version is now 11 (wiremock 3.x requires java 11)
- Add per project listener mode
- Bumps Kotest to 5.5.5
- Bumps wiremock to 2.35.0
- JDK8 compatible
- Bumped wiremock to 2.31.0
- Fixed issue with dependencies
- Version bumps
- Migrated from main Kotest repo.