DEV Community

Cover image for Har2Postman
Javier Aviles
Javier Aviles

Posted on • Updated on

Har2Postman

Top comments (1)

Collapse
 
javieraviles profile image
Javier Aviles

Github project github.com/javieraviles/Har2Postman

Javascript Har to Postman converter. Try it out

Install package

npm install har2postman

Example

var Har2Postman = require('har2postman');

var includeTests = true;
harToPostman.createPostmanCollection(stringifiedHarFile, includeTests);