hello, is there any documentation on using kotest ...
# kotest
t
hello, is there any documentation on using kotest with pact? I found an old question in pact itself, https://github.com/pact-foundation/pact-jvm/issues/1315, but it did not have traction
e
I haven't seen any. It might be doable to use the JUnit5 extensions from pact-jvm and registering it with Kotest by wrapping it in JUnirExtensionAdapter
But I haven't tried it. Might be that Pact needs better integration with kotest to work properly 🤷
t
oh thanks, I’ll give it a try
e
Did it work? 🙂