PactSwift
PactSwift copied to clipboard
Task: Create a PactSwift Workshop
❕ Problem Statement
Provide resources to help new users become proficient in Pact and PactSwift
💬 Task Description
Create an end-to-end workshop based on the canonical pact one (https://github.com/pact-foundation/pact-workshop-js).
👩🔧 Technical Design Notes
Suggest using the JS provider as the "backend" for the workshop, to both reduce the effort required in this workshop and because JS is one of the easiest to understand.
🤝 Relationships
See also https://github.com/DiUS/pact-consumer-swift/issues/100
There are two projects in https://github.com/surpher/pact-swift-examples that already work together using the same pact contract.
-
pact-swift-examples/Pact-iOS-SPM-Exampleas the consumer -
pact-swift-examples/Pact-Linux-Provideras the provider
These two projects could be used to tie up the workshop in a nice step-by-step flow.