Skip to content

Task: POC using pluginsΒ #7

Description

@surpher

❕ 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions