surpher/PactSwift

Task: Proof of concept using Pact plugins

Open

#116 建立於 2023年7月26日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)Swift (19 fork)auto 404
good first issuehacktoberfesthelp wantedtechv2.x.x

倉庫指標

Star
 (55 star)
PR 合併指標
 (PR 指標待抓取)

描述

❕ 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:

貢獻者指南