New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/farfetch/mockingbird

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/farfetch/mockingbird

v0.0.0-20240116102611-2c783dec793d
Source
Go
Version published
Created
Source

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

  • Minimalist and easy to use UI, focused on data manipulation
  • Definition of test scenarios with their respective data mocks
  • Easily create new data mocks using JSON file
  • On the fly data manipulation
  • HTTP/HTTPS traffic inspection and analysis
  • Easily spot mocked data while analyzing
  • One-tap button for snapshot generation
  • Snapshot replay (including ‘replay & pop’)

Installation

Binary downloads

Oficial binaries can be found on Release Page

Compiling

Follow these steps to compile:

  • Clone this repo to your Mac.

    git clone https://github.com/Farfetch/mockingbird.git
    
    cd mockingbird/src
    
  • Install Cocoapods if you don't already have it.

    sudo gem install cocoapods
    
  • Retrieve and build dependencies.

    pod install
    
  • 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

FAQs

Package last updated on 16 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts