PactSwift icon indicating copy to clipboard operation
PactSwift copied to clipboard

Task: Create a PactSwift Workshop

Open mefellows opened this issue 5 years ago • 1 comments

❕ 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

mefellows avatar Oct 04 '20 23:10 mefellows

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-Example as the consumer
  • pact-swift-examples/Pact-Linux-Provider as the provider

These two projects could be used to tie up the workshop in a nice step-by-step flow.

surpher avatar Oct 01 '21 03:10 surpher