Hi everyone,
Pact verification tests are to be added in Provider CI or Provider CD?
I see some pact documents pointing it to be a step in provider CI - but even before the actual application up and running post deployment, how does it work in CI?
Any help here?
m
Matt (pactflow.io / pact-js / pact-go)
04/04/2024, 8:53 PM
You shouldn't be testing against a live environment, so usually it would be in your CI pipeline
Matt (pactflow.io / pact-js / pact-go)
04/04/2024, 8:53 PM
I.e. you should be testing against a locally running version of your app
r
Ratna Jenisha
04/05/2024, 5:53 AM
You mean, provider verification tests would require just the updated code (in CI) rather than the deployed application (after CD) to run and verify the contracts.