DEV Community

Discussion on: Har2Postman

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);