Mockingbird alternatives and similar libraries
Based on the "Other Testing" category.
Alternatively, view Mockingbird alternatives based on common mentions on social networks and blogs.
-
Buildasaur
Automatic testing of your Pull Requests on GitHub and BitBucket using Xcode Server. Keep your team productive and safe. Get up and running in minutes. @buildasaur -
NaughtyKeyboard
DISCONTINUED. The Big List of Naughty Strings is a list of strings which have a high probability of causing issues when used as user-input data. This is a keyboard to help you test your app from your iOS device. -
MetovaTestKit
A collection of useful test helpers designed to ease the burden of writing tests for iOS applications. -
SnappyTestCase
iOS Simulator type agnostic snapshot testing, built on top of the FBSnapshotTestCase. -
XCTestExtensions
XCTestExtensions is a Swift extension that provides convenient assertions for writing Unit Test. -
TestKit
The easiest way to implement full BDD in your Swift iOS projects! Use plain English specs (Gherkin) to drive tests that include both UI automation and interacting with application data & state.
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Mockingbird or a related project?
README
[logo](docs/logo_medium.png)
Mockingbird
[screenshot](docs/screenshot.png)
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](CONTRIBUTING.md)
Maintainers
License
[MIT](LICENSE)
*Note that all licence references and agreements mentioned in the Mockingbird README section above
are relevant to that project's source code only.