Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/surpher/pactswiftmockserver

A Swift wrapper around `libpact_ffi` and exposed as XCFramework
https://github.com/surpher/pactswiftmockserver

contract-testing mock-server pact-consumer pact-contract swift

Last synced: 12 days ago
JSON representation

A Swift wrapper around `libpact_ffi` and exposed as XCFramework

Awesome Lists containing this project

README

        

# PactSwiftMockServer

[![Build and Test](https://github.com/surpher/PactSwiftMockServer/actions/workflows/branch_pr.yml/badge.svg)](https://github.com/surpher/PactSwiftMockServer/actions/workflows/branch_pr.yml)
[![MIT License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](LICENSE.md)
[![codecov](https://codecov.io/gh/surpher/PactSwiftMockServer/branch/main/graph/badge.svg?token=0LYZVF36I9)](https://codecov.io/gh/surpher/PactSwiftMockServer)

A wrapper around [`libpact_ffi.a`](https://github.com/pact-foundation/pact-reference/tree/master/rust/pact_ffi) binary and exposed as XCFramework to be primarily used by [`PactSwift`](https://github.com/surpher/PactSwift).

But nothing is stopping you from creating your own interface using this package.