You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will need to raise this in the upstream pact-node repo as this is where the interaction with the CLI happens.
That being said, I believe we already do that - these fields are (or should/will be) optional - and perhaps we can deprecate them in the next major release.
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-node
is capable of accepting these fields (update: it needspact-file-write-mode
)pact
to pass through topact-node
The text was updated successfully, but these errors were encountered: