har2stubby
v3.1.0
Published
Generate stubby config based on HAR file
Maintainers
Readme
har2stubby
Create stubby config based on HAR exported from Chrome
Installation
npm install -g har2stubbyUsage
har2stubby --source="file.har" --target="stubbs" --root="https://test.env.com/api" --latency=200Limitations
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