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
pact-provider-verifier - the pact urls are now a space separated list of arguments, not a list of comma separated --pact-url options.
pact-mock-service - the consumer name and provider name and pact file write mode should be provided as start up options, not set in the POST /pact request at the end. The body for that POST /pact can be empty now.
The text was updated successfully, but these errors were encountered:
- Pinned to pact-ruby-standalone 1.9.0
- Removed the payload to `/pact` of the pact-mock-service as its no longer required
- Added the option to specify pact URIs as arguments to be consistent with the Ruby verifier
- Added deprecation notices to `--pact-url` and `--pact-urls`
- Added `file_write_mode` to the Pact class to control how the mock service
writes files when tests are run in parallel
https://github.com/pact-foundation/pact-ruby-standalone/releases/latest
The main changes are:
The text was updated successfully, but these errors were encountered: