pactflow / roadmap

Public Pactflow issue tracker and roadmap
MIT License
15 stars 0 forks source link

Pact language implementation compatibility suite #100

Closed mefellows closed 1 week ago

mefellows commented 1 year ago

Problem Maintainers of a Pact client language currently lack a detailed implementation and ongoing maintenance guide. The Pact ecosystem and feature suite is also quite vast, and it can be hard to know when a client language is "done".

Solution In consultation with the open source maintainer and contributor community, PactFlow will be building a set of guides, tutorials/workshops, test criteria and a reference language that demonstrates how to use the various SDKs to create a feature complete language.

Called "Maintainer Experience", it is an accessible set of educational materials, and improvements to our core SDKs to simplify the experience for maintainers and community contributors contributing to the ecosystem.

The Test compatibility suite is a BDD acceptance testing suite (written in gherkin) that covers all of the Pact behaviour required to achieve full language support/parity.

Each language would pull in the BDD suite and implement the scenarios they support. It’s a Test Compatibility Kit (TCK) type model. Initially, this would be added to the Pact JVM and Rust languages

mefellows commented 1 year ago

The compatibility suite is currently in progress here: https://github.com/pact-foundation/pact-compatibility-suite/

YOU54F commented 1 week ago

Current examples

Requests for New ones