Dipali Gulhane-Pawar
02/09/2024, 7:20 AMMatt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
Dipali Gulhane-Pawar
02/09/2024, 10:32 AMYousaf Nabi (pactflow.io)
Here, I am executing a provider CI/CD pipeline. So, I do not have provider instance running.You start up your service with the CI pipeline, such that it can receive the requests that are being replayed by the Pact verifier
Dipali Gulhane-Pawar
02/09/2024, 12:42 PMYousaf Nabi (pactflow.io)
I did not get you here when you say start service with CI, unless I deploy I cannot start the service is what I understandIt’s possible to stand up an application to run locally, or in a ci/cd system. The specifics of which are probably a discussion with your developers, I am assuming you are not directly developing the situation yourself. The specifics of which will differ depending on which language/framework you are using. All of our examples utilise this pattern. Some start the applications programmatically during a test, others start the application as a separate process
Yousaf Nabi (pactflow.io)
Matt (pactflow.io / pact-js / pact-go)
Dipali Gulhane-Pawar
02/14/2024, 7:57 AM