pact-foundation / pact-ruby

Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.
https://pact.io
MIT License
2.17k stars 216 forks source link

Verify Pact-Ruby against pact-compatibility-suite #321

Open YOU54F opened 3 months ago

YOU54F commented 3 months ago

A Set of BDD style tests to check compatibility between Pact implementations has been created in the pact-compatibility-suite

In order to validate pact-ruby and it's adherence to the pact-specification, it would be great to implement the suite against the current pact-ruby as it stands, and future iterations as we move towards pact v3 spec compliance, and pact v4 spec compliance.

It would also be useful in validating behaviour pre and post migrating to the pact_ffi shared core built in rust.

Current examples

Related Issue(s)