❕ 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
❕ 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:
🤝 Relationships