Ayush
03/16/2022, 5:38 AMMatt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
Ayush
03/16/2022, 5:42 AMMatt (pactflow.io / pact-js / pact-go)
test the different endpoints of a single service by keeping the consumer/producer as the same ?I’m not sure what that would look like? If you only have a provider and no consumers, you could write a dummy client that exercises all of the endpoints and create a pact from it
Ayush
03/16/2022, 6:50 AMyou could write a dummy client that exercises all of the endpoints and create a pact from ityep that’s what I’m thinking but writing the code that exercises all of the endpoints in our service and the code that verifies the pact in the same service as well . will that be possible or if the pact can be used like this can it serve as an alternative for functional testing of a service ?
Matt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
Ayush
03/16/2022, 6:59 AM