forked from surpher/PactSwift
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
β Problem Statement
Pact supports plugins https://github.com/pact-foundation/pact-plugins.
π¬ Task Description
Look into how to make use of it
π©βπ§ 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: #xxx, #yyy
Metadata
Metadata
Assignees
Labels
No labels