Hi All, I am trying to integrate contract testing ...
# pact-jvm
a
Hi All, I am trying to integrate contract testing in Android along with the Instrumentation tests (UI tests). So far we have tried to use
Pact-jvm
(https://github.com/pact-foundation/pact-jvm) and
wiremock-pact-generator
plugin (https://bitbucket.org/atlassian/wiremock-pact-generator) but facing some issues with both of these libraries. With
Pact-jvm
, I am not able to mock the responses and with
wiremock-pact-generator
plugin I am not able to add providerState or a matcher in the pact generated. Has anyone faced/resolved a similar kind of issue?