Skip to content

Task: Proof of concept using Pact pluginsΒ #116

@surpher

Description

@surpher

❕ Problem Statement

Pact supports plugins https://github.com/pact-foundation/pact-plugins.

πŸ’¬ Task Description

Look into how to make use of it, prepare a plan, architecture and PR it.

πŸ“ Notes

Branch off of https://github.com/surpher/PactSwift/tree/feat/v2.0.0

πŸ‘©β€πŸ”§ 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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueGood for newcomershacktoberfestA tag describing the issue or pull request is considered part of hacktoberfethelp wantedExtra attention is neededtechSomething technical that doesn't fit a feature or enhancementv2.x.xTasks related to setting up next major version of PactSwift

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions