#917 10.X.X publishes verification results when publishVerificationResult is set to false
Issue created by
adamwitko
Software versions
•
OS: Mac OSX 12.3
•
Consumer Pact library: @pact-foundation/pact@10.1.0
•
Provider Pact library: @pact-foundation/pact@10.1.0
•
Node Version: 18.7.0
Issue Checklist
Please confirm the following:
☑︎ I have upgraded to the latest
☑︎ I have the read the FAQs in the Readme
☑︎ I have triple checked, that there are
no unhandled promises in my code and have
read the section on intermittent test failures
☑︎ I have set my log level to debug and attached a log file showing the complete request/response cycle
☐ For bonus points and virtual high fives, I have created a reproduceable git repository (see below) to illustrate the problem
Expected behaviour
Setting
publishVerificationResult
to
false
to not publish the verification results to the broker.
Actual behaviour
Verification results are being published to the broker.
Steps to reproduce
• Set
publishVerificationResult: false
in your Verifier options
• Execute
• Go to your Pact Broker to see that your verification run has uploaded a new set of results
pact-foundation/pact-js