We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@bethesque commented on Wed Oct 04 2017
Instead of posting the consumer name, provider name, and pact file write mode in the POST /pact call here https://github.com/pact-foundation/pact-js/blob/master/src/dsl/mockService.js#L75, they should now be passed in to the command line service call using --consumer, --provider and --pact-file-write-mode
service
--consumer
--provider
--pact-file-write-mode
TODO:
pact-file-write-mode
The text was updated successfully, but these errors were encountered:
feat(pactFileWriteMode): add pactFileWriteMode to server. Fixes #50
2a6e2f5
c3cfa76
bb54457
0f8658b
Pull request for this. See #66.
Sorry, something went wrong.
Merge pull request #66 from pact-foundation/feat/50-pactFileWriteMode
b1a3927
mefellows
No branches or pull requests
@bethesque commented on Wed Oct 04 2017
Instead of posting the consumer name, provider name, and pact file write mode in the POST /pact call here https://github.com/pact-foundation/pact-js/blob/master/src/dsl/mockService.js#L75, they should now be passed in to the command line
service
call using--consumer
,--provider
and--pact-file-write-mode
TODO:
pact-file-write-mode
to this packageThe text was updated successfully, but these errors were encountered: