Open iamjillsanluis opened 5 years ago
Read a bit more of docs, but there doesn't seem to be a way to auto publish pacts to broker.
Instructions here worked, but running curl command is less ideal when tests is driven in PyTest.
curl
So in my case, in the kiddo-test container, run:
kiddo-test
curl -v -XPUT \-H "Content-Type: application/json" \ -d@pacts/Kid-Mommy-pact.json \ http://pact-broker:80/pacts/provider/Mommy/consumer/Kid/version/0.0.1
Go RTFM!
Documentation is also incomplete - i.e. there is Language Support list.
Language Support
Read a bit more of docs, but there doesn't seem to be a way to auto publish pacts to broker.
Instructions here worked, but running
curl
command is less ideal when tests is driven in PyTest.So in my case, in the
kiddo-test
container, run:Go RTFM!