Alexander Gabay
05/11/2022, 12:48 PMMatt (pactflow.io / pact-js / pact-go)
Alexander Gabay
05/13/2022, 8:26 AMMatt (pactflow.io / pact-js / pact-go)
Alexander Gabay
05/13/2022, 9:38 AMAlexander Gabay
05/13/2022, 1:32 PMMatt (pactflow.io / pact-js / pact-go)
Alexander Gabay
05/13/2022, 2:16 PMMatt (pactflow.io / pact-js / pact-go)
Service B
when writing a consumer Pact test from My Component
to service B. The mock would be provided by Pact, so it can create a contract for Service B to later check. When Service B
is verified by Pact, it would stub out any other external dependencies.
Service A
would do similar, except the provider would be your component. When My Component
verifies its consumer contract with Service A
, you would stub our your provider(s) - in this case, Service B
.Matt (pactflow.io / pact-js / pact-go)