Hello everyone, is it possible to have some help on integrating Pact as producer in Guidewire or more in general in a Java legacy system?
All the examples I find are for Spring, Quarkus etc
Thanks š
@Yousaf Nabi (pactflow.io) now I got that ClientDriverRule was just an example, guess I have already Guidewire rules for running the embedded server.
I'm not getting anyway where the Pact magic will happen.
Where Pact will call my endpoint and where it will check what it receives?
Ok so as far as I understand in the Provider tests it's basically everything about preparing the state of the app (e.g. DB) and configuring the server port that Pact will have to use for the Http calls and the Provider name that was defined by the consumer