Hello Everyone. I am bit new to Contract testing and recently started exploring it for consumer driven contract testing in Android App.
The use case I am trying to solve is to generate pact file while i am running my UI Tests in Android app. My Android app makes multiple API requests to our backend server which i have currently mocked the responses through "Wiremock" framework.