Hi team.
I have one contract very big with many endpoints and my test class to the define the pact file is becoming huge.
Does anyone know if is possible to generate the same contract using different test classes?
Thanks.
m
Matt (pactflow.io / pact-js / pact-go)
10/20/2023, 1:20 AM
Are you asking if you can split tests across multiple classes? Yes, you definitely should be able to do that, and how you do it will entirely depend on what client SDK/language you’re using.
a
Andre Rodrigues
10/20/2023, 12:33 PM
Im asking about split test accross multiple classes but for the same contract… I mean generating the same pact file.
My language is java/jdk.