Hi! Is there any kind of mechanism in WireMock wit...
# help
b
Hi! Is there any kind of mechanism in WireMock with which one could detect unused stub-mappings, so that any unnecessary ones could be cleaned up as part of test data maintenance? I've been thinking of adding some kind of visualization of this in the WireMocha IntelliJ plugin, but I'm not sure if it is even possible to achieve this, and if yes, how.
👍 1
It is in Kotlin, so I guess we might hit issues with the GraphQL extension alignment. But otherwise OK
b
Thanks. I'll look into it.