-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
good first issueGood for newcomersGood for newcomershacktoberfestA tag describing the issue or pull request is considered part of hacktoberfetA tag describing the issue or pull request is considered part of hacktoberfethelp wantedExtra attention is neededExtra attention is neededtechSomething technical that doesn't fit a feature or enhancementSomething technical that doesn't fit a feature or enhancementv2.x.xTasks related to setting up next major version of PactSwiftTasks related to setting up next major version of PactSwift
Description
β 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:
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershacktoberfestA tag describing the issue or pull request is considered part of hacktoberfetA tag describing the issue or pull request is considered part of hacktoberfethelp wantedExtra attention is neededExtra attention is neededtechSomething technical that doesn't fit a feature or enhancementSomething technical that doesn't fit a feature or enhancementv2.x.xTasks related to setting up next major version of PactSwiftTasks related to setting up next major version of PactSwift
Projects
Status
No status