3.1.0 • Published 5 years ago

har2stubby v3.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

har2stubby

Create stubby config based on HAR exported from Chrome

Installation

npm install -g har2stubby

Usage

har2stubby --source="file.har" --target="stubbs" --root="https://test.env.com/api" --latency=200

Limitations

Right now we only make stubbs for responses with application/json mime type since it's the most common use case for REST API stubbs

Options