GithubHelp home page GithubHelp logo

farfetch / mockingbird Goto Github PK

View Code? Open in Web Editor NEW
194.0 10.0 17.0 28.95 MB

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.

License: MIT License

Swift 87.13% Shell 1.16% Ruby 11.70% HTML 0.01%
mock stub proxy proxy-server farfetch hacktoberfest

mockingbird's Introduction

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:

  1. Clone this repo to your Mac.

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

    sudo gem install cocoapods
    
  3. Retrieve and build dependencies.

    pod install
    
  4. 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

mockingbird's People

Contributors

caiobzen avatar engtom avatar erickjung avatar gsferreira avatar guilherme-fh avatar mattcbr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mockingbird's Issues

Server freezes sometimes and needs to be restarted

Issue Report

Mocking bird freezes

Actual Behavior

During the mock the server tends to block and we needs to be restarted

Steps to Reproduce the Issue

Just select any mock and eventually happens

Steps to solve

Using the terminal we've used the following commands to check the blocked process and kill it

  • lsof -i :8080
  • kill -9 52516

Mac OS :: High Sierra

Routing match to support http method

Issue Report

The routing method isn't using the HTTP method to match requests

Expected Behavior

It should use the HTTP method described on JSON file

Steps to Reproduce the Issue

N/A

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.