maciejwalkowiak / wiremock-spring-boot

WireMock Spring Boot drastically simplifies testing HTTP clients in Spring Boot & Junit 5 based integration tests.
MIT License
218 stars 13 forks source link

add support for automatic reset of WireMock's stubs between test execution #30

Open rfelgent opened 5 months ago

rfelgent commented 5 months ago

Hi @maciejwalkowiak,

I have a feature request: automatic reset of all stubs of each WireMock instance after each test execution.

If you are convinced by that feature request, I will try to provide a PR

maciejwalkowiak commented 5 months ago

How this would look like? As an option on annotation?