Hi everyone, We are using pactflow in my company. ...
# pactflow
m
Hi everyone, We are using pactflow in my company. Do you know if it's possible to download and save the json contract from the pact broker? In order to debug the provider test? Thanks a lot 🙏
m
Hi Maxime, you can download the contract but not via the current UI (in the next iteration that will be added) You can see the contract used in the validation in the verification logs, and simply click on that URL / view the network tab on the page
You can also navigate to pretty much any resource via the HAL browser: https://docs.pactflow.io/docs/api/
m
Oh I just found another way 🙂 Just add
.json
to url like:
Copy code
<https://company.pactflow.io/pacts/provider/PROVIDER_NAME/consumer/CONSUMER_NAME/version/VERSION_NUMBER>
But thanks a lot 😄
(in the next iteration that will be added)
Nice can't wait for that 🙏
🙌 1