good first issuehacktoberfesthelp wantedtechv2.x.x
Repository metrics
- Stars
- Â (55 stars)
- PR merge metrics
- Â (PR metrics pending)
説æ
â Problem Statement
Pact supports plugins https://github.com/pact-foundation/pact-plugins.
ð¬ Task Description
Look into how to make use of it, prepare a plan, architecture and PR it.
ð Notes
Branch off of https://github.com/surpher/PactSwift/tree/feat/v2.0.0
ð©âð§ Technical Design Notes
From what's been seen in other Pact implementations it could look something like:
try builder
.uponReceiving(...)
.given(...)
.usingPlugin(plugin_name) // <- This little diddy
.withRequest(...) { ... }
...
ð€ Relationships
- Other Related Issues: