Skip to content
New issue

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

Task: POC using plugins #7

Open
surpher opened this issue May 11, 2023 · 0 comments
Open

Task: POC using plugins #7

surpher opened this issue May 11, 2023 · 0 comments

Comments

@surpher
Copy link
Collaborator

surpher commented May 11, 2023

❕ 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
@surpher surpher changed the title Task: POC using Plug-Ins Task: POC using plugins May 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant