Hoverfly is a lightweight, open source API simulation tool. Using Hoverfly, you can create realistic simulations of the APIs your application depends on.
Hoverfly is developed and maintained by iOCO Solutions.
Hoverfly Cloud - API simulations as a service. Sign up here.
Contributions are welcome!
To contribute, please:
To read more about forking model, check out this link: forking workflow.
apt-get
or homebrew
, you should uninstall those first.git clone https://github.com/SpectoLabs/hoverfly.git
# or: git clone https://github.com/<your_username>/hoverfly.git
Finally you can run the build
cd hoverfly
make build
Notice the binaries are in the target
directory.
You should be able to execute all unit and functional tests with:
make test
Some middleware tests may fail if you don't have ruby
and python
setup in your environment. If you are using Mac, you can install them with Homebrew:
brew install ruby
brew install python
Apache License version 2.0 See LICENSE for details.
(c) iOCO 2024.