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
* Verify Pacts against Pacts published to an http endpoint, such as a [Pact Broker](https://github.com/pact-foundation/pact_broker)
12
12
* Verify local `*.json` Pacts on the file system
13
13
* Works with Pact [provider states](https://docs.pact.io/getting_started/provider_states) should you need them
14
14
* Publishes the verification results back to the pact broker if the pact was retrieved from a broker.
15
+
* ⚠️ - For Pact Specification V3/V4 support, see the new standalone [pact-verifier](https://github.com/pact-foundation/pact-reference/tree/master/rust/pact_verifier_cli#standalone-pact-verifier)
15
16
16
17
## Installation
17
18
@@ -199,6 +200,22 @@ The following flags are required to use basic authentication with a Pact Broker:
199
200
200
201
NOTE: the `http://user:password@host` format for basic HTTP auth is not supported.
_\*_ v3 support is limited to the subset of functionality required to enable language inter-operable [Message support].
212
+
213
+
See V3 tracking [issue](https://github.com/pact-foundation/pact-ruby/issues/318) for more detail
214
+
215
+
Want V3/V4 support now? See the new standalone [pact-verifier](https://github.com/pact-foundation/pact-reference/tree/master/rust/pact_verifier_cli#standalone-pact-verifier)
0 commit comments