โ 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