Cyrus Devnomad
07/27/2022, 6:45 AMdocker run --rm -v //home/someuser/ContractTesting/Bi-Directional/cypress_postman/<example-bi-directional-provider-postman://home/someuser/ContractTesting/Bi-Directional/cypress_postman/example-bi-directional-provider-postman> -w /home/someuser/ContractTesting/Bi-Directional/cypress_postman/example-bi-directional-provider-postman -e PACT_BROKER_BASE_URL -e PACT_BROKER_TOKEN pactfoundation/pact-cli:latest pactflow publish-provider-contract \
oas/swagger.yml \
--provider "pactflow-example-bi-directional-provider-postman" \
--provider-app-version 1b8982-master+1b8982 \
--branch master \
--content-type application/yaml \
--verification-exit-code=0 \
--verification-results newman/newman-run-report-2022-07-27-06-17-15-353-0.json \
--verification-results-content-type text/plain\
--verifier postman
/pact/entrypoint.sh: exec: line 15: pactflow: not found
make[1]: *** [Makefile:57: publish_provider_contract] Error 127
make[1]: Leaving directory '/home/someuser/ContractTesting/Bi-Directional/cypress_postman/example-bi-directional-provider-postman'
make: *** [Makefile:49: test_and_publish] Error 2
Any hints what could be the cause of the problem?Yousaf Nabi (pactflow.io)
Hazem Borham
08/04/2022, 3:31 PMLionel Mendonca
08/08/2022, 10:35 PMcan-i-deploy
is accurately telling me that both consumer and provider are in sync if I never ran the consumer test yet?
3. Continuation from point 2, Do I have to run both consumer and provider tests if consumer pact was developed after the provider test in order to release the consumer?(I think so but just wanted to confirm if there is a different approach or not)
I may have more questions, which I can bring up as they brew. Could you please let me know if this is the right forum to bring these questions up, or if I should bring them up elsewhere.Hazem Borham
08/09/2022, 3:42 AMThomas
08/10/2022, 6:57 AMBen Hubbard
08/10/2022, 1:32 PMDaniel Flieger
08/11/2022, 12:18 PMTyler Kron
08/11/2022, 3:22 PMNoPactsFound
exception (JVM Library). Digging into the code, the library is using the following endpoint /pacts/provider/<provider>/for-verification
. This endpoint has no pacts on it. Any ideas on why this might be?Saleh Elnagar
08/15/2022, 8:24 AMMaxim Filimonov
08/15/2022, 6:49 PMBearer token Authentication
for our own application and it is conflicting with stubs authentication header
.
Or maybe at least I can specify custom header to use for pact-flow authentication instead of using common Authentication
header.Dwiparna Pal
08/16/2022, 9:17 AMDwiparna Pal
08/16/2022, 9:18 AMimport { Matchers, PactV3 } from '@pact-foundation/pact';
**Stefano Lucka
08/18/2022, 9:44 AMJerry Wang
08/22/2022, 11:16 PMuse_first_tag_as_branch
with Pactflow.io as the https://docs.pact.io/pact_broker/configuration/settings#use_first_tag_as_branch page is all about standalone Pact Broker. Could someone please shed some light?Hazem Borham
08/23/2022, 10:29 PMAlicia (pactflow.io)
Noor Hashem
08/31/2022, 4:48 PMSumanta Roy
09/01/2022, 1:34 AMRory Hart
09/01/2022, 7:14 AMBeth (pactflow.io/Pact Broker/pact-ruby)
Fábio Rodrigues
09/01/2022, 1:27 PMFábio Rodrigues
09/01/2022, 1:28 PMFábio Rodrigues
09/01/2022, 1:28 PMResponse body is incompatible with the response body schema in the spec file: should be equal to one of the allowed values
Mismatched at:
[root].interactions[1].response.body.applicationType
Fábio Rodrigues
09/01/2022, 1:29 PMNoor Hashem
09/01/2022, 3:47 PMKryštof Sýkora
09/01/2022, 1:56 PMThomas
09/02/2022, 12:36 PMrequest contains unknown path or method
error within my pactflow setup.
Could this be related to path params?Lewis Cowles
09/04/2022, 5:55 PMMarcin Wojcik
09/07/2022, 7:11 AM