We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pact supports plugins https://github.com/pact-foundation/pact-plugins.
Look into how to make use of it
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(...) { ... } ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
β 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
The text was updated successfully, but these errors were encountered: