Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.11 KB

README.md

File metadata and controls

51 lines (32 loc) · 1.11 KB

Hoverfly UI

Hoverfly is developed by SpectoLabs and used to virtualize services. This project adds a neat UI interface for working with the server.

How does it look?

Dashboard Simulations Simulation Settings

Usage

For now, the UI is available within hoverfly from our fork and we do our best to keep it up-to-date.

Development

To prepare the dev environment, first thing is to install dependencies:

$ yarn install

Then all you need to do is to start it via simple command:

$ yarn start

It starts a webpack server on port 4200.

Since it uses Hoverfly API, the hoverfly itself has to be started, for example:

$ hoverfly -webserver -dev

# or run with auth

$ hoverlfy -webserver -dev -auth -username admin -password admin

There's also a special command to run the linter:

$ yarn lint

Contributing

Follow CONTRIBUTING.md and CODE_OF_CONDUCT.md.