DEV Community

Cover image for Har2Postman
Javier Aviles
Javier Aviles

Posted on • Edited on

1

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

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay