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
The version 3.0 of the pact specification introduces support for messages, as documented here.
However, the reference implementation of the verifier for the v3.0 specification does not appear to support messages.
When run against a v3 pact, the output is as follows:
Verifying a pact between <consumer> and <provider>
WARNING: Pact file has no interactions
Looking at the code - even though I'm not really fluent in Rust - it looks like it only supports "standard" interactions.
In case it may be helpful, the example contract I was trying to validate via the cli verifier can be found here
Thank you!
The text was updated successfully, but these errors were encountered:
The version 3.0 of the pact specification introduces support for messages, as documented here.
However, the reference implementation of the verifier for the v3.0 specification does not appear to support messages.
When run against a v3 pact, the output is as follows:
Looking at the code - even though I'm not really fluent in Rust - it looks like it only supports "standard" interactions.
In case it may be helpful, the example contract I was trying to validate via the cli verifier can be found here
Thank you!
The text was updated successfully, but these errors were encountered: