GitHub - Farfetch/mockingbird: Simplify software testing, by easily mocking any system using HTTP/HTTPS, allowing a team to test and develop against a service that is not complete or is unstable or just to reproduce planned/edge cases. (original) (raw)

logo

license swift version Platform Carthage Compatible

Mockingbird

screenshot

Mockingbird was designed to simplify software testing, by easily mocking any system using HTTP/HTTPS, allowing a team to test and develop against a service that is not complete or is unstable or just to reproduce planned/edge cases.

Features

Installation

Binary downloads

Oficial binaries can be found on Release Page

Compiling

Follow these steps to compile:

  1. Clone this repo to your Mac.
git clone https://github.com/Farfetch/mockingbird.git  
cd mockingbird/src  
  1. Install Cocoapods if you don't already have it.
sudo gem install cocoapods  
  1. Retrieve and build dependencies.
  2. Open the workspace file in Xcode then build and run.
open Mockingbird.xcworkspace  

Usage

Documentation and tutorials can be found on Wiki Page

Contributing

Read the Contributing guidelines

Maintainers

License

MIT