Open YDanot opened 2 years ago
There are examples in the plugins repo. For example https://github.com/pact-foundation/pact-plugins/blob/main/examples/csv/csv-consumer-jvm/src/test/java/io/grpc/examples/csv/CsvClientTest.java and https://github.com/pact-foundation/pact-plugins/blob/main/examples/protobuf/protobuf-consumer-jvm/src/test/java/io/pact/example/protobuf/provider/PactConsumerTest.java
A proper example and documentation still needs to be added to this repository
Hello, First of all thanks for your work it's great !
Can you please provide code example or update pact documentation on how to use pactV4 and PactBuilder correctly in a junit test with version 4.3.X ?