Javier Aviles Posted on Jul 29, 2020 • Edited on Aug 6, 2020 Har2Postman #postman #har #converter Top comments (1) Subscribe Collapse Expand Javier Aviles Javier Aviles Javier Aviles Follow Joined Jan 18, 2019 • Jul 29 '20 Dropdown menu Copy link Hide 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); Code of Conduct • Report abuse For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
Github project github.com/javieraviles/Har2Postman
Javascript Har to Postman converter. Try it out
Install package
Example