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

Expose formatting options for pact verification #188

Closed
TimothyJones opened this issue Oct 8, 2019 · 0 comments · Fixed by #189
Closed

Expose formatting options for pact verification #188

TimothyJones opened this issue Oct 8, 2019 · 0 comments · Fixed by #189

Comments

@TimothyJones
Copy link
Contributor

Software versions

  • OS: all
  • Library version: 9.0.5
  • Node Version: all

Description

Currently, it's not possible to use alternative formatting for provider verification. The underlying binary, pact-provider-verifier allows alternative output from the verification process with the format option:

--format=FORMATTER     # RSpec formatter. Defaults to custom Pact formatter. Other options are json and RspecJunitFormatter (which outputs xml).

This option isn't exposed in pact-node, and should be. Relevant changes would be here in pact-node and here in pact-js

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 a pull request may close this issue.

1 participant