Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(verifier): Allow to use progress formatter during verification #189

Merged
merged 3 commits into from
Oct 10, 2019

Conversation

vgrigoruk
Copy link
Contributor

Fixes #188

@mefellows
Copy link
Member

Thanks - looks like the build failed at https://travis-ci.org/pact-foundation/pact-node/jobs/595583946#L121. Another reference to the rspec formatter in tests somewhere.

I'm ok with the change. It is also a breaking change, so would you mind please adding the text "BREAKING CHANGE" to the bottom of your commit message so that when we run our deployment process it automatically bumps the major version?

@TimothyJones
Copy link
Contributor

I pushed a commit fixing the build failure - unless I'm missing something, I don't think this is a breaking change, @mefellows?

@@ -216,6 +217,6 @@ export interface VerifierOptions {
timeout?: number;
tags?: string[];
monkeypatch?: string;
format?: 'json' | 'RspecJunitFormatter';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@TimothyJones may bad. I thought this was breaking as it was replaced by xml. It looks OK now, so maybe I'm going crazy.

@mefellows mefellows merged commit 2571725 into pact-foundation:master Oct 10, 2019
@mefellows
Copy link
Member

Merging - no breaking change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expose formatting options for pact verification
3 participants