pmirek opened a new pull request, #5963: URL: https://github.com/apache/jmeter/pull/5963
## Description This is browser/JavaScript based set of converters to .jmx format. Supported ones are: har, postaman collections, soapui projects. Added to already available extras directory. ## Motivation and Context This speeds up scenario creation, when application is not available for recording requests with jmeter. It also makes possible to get as input formats available form developers (har recorded with browser) or functional testers (postman or soapui). Speeds up, as you have templates, instead of starting from the scratch. ## How Has This Been Tested? Examples are provided for testing, it was tested with them and other ones not included here. ## Screenshots (if appropriate): Provided within extras/converters directory in together with md and html README. ## Types of changes - New feature (non-breaking change which adds functionality) ## Checklist: - [ ] My code follows the [code style][style-guide] of this project. / not sure, it's JavaScript mainly, not Java. - [x ] I have updated the documentation accordingly. [style-guide]: https://wiki.apache.org/jmeter/CodeStyleGuidelines -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org