Hello Community
I was exploring PACT with pact-jvm and junit5
Just playing around with free api's to build contract tests -
https://reqres.in/
I've successfully wrote consumer test for one interaction, pact contract generated successfully (attached pact file)
I've also setup the provider side test. When I run the provider side tests, I'm getting error (Refer image-providerError)
Need help to understand what went wrong here.