You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hoverfly is a lightweight, open source API simulation tool. Using Hoverfly, you can create realistic simulations of the APIs your application depends on.
Replace slow, flaky API dependencies with realistic, re-usable simulations
Simulate network latency, random failures or rate limits to test edge-cases
Extend and customize with any programming language
Hoverfly Cloud - API simulations as a service. Sign up here.
Contributing
Contributions are welcome!
To contribute, please:
Fork the repository
Create a feature branch on your fork
Commit your changes, and create a pull request against Hoverfly's master branch
In your pull request, include details regarding your change, i.e
why you made it
how to test it
any information about testing you have performed
To read more about forking model, check out this link: forking workflow.
Setup for local development
Build
Install Go. You should follow the download and installation instructions for your OS from official Go website. If you have installed Go before
using either apt-get or homebrew, you should uninstall those first.