Skip to content

Loadium/postman2jmx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

postman2jmx

Postman collection to Jmeter jmx file converter.

Note

  • postman2jmx converter only converts the Postman V2+ exported files!
  • feel free to send any pull requests.

Installation

postman2jmx requires Java8+ and Maven 3+.

  • Clone or download the project.
$ git clone https://github.com/Loadium/postman2jmx.git
  • Build the project.
$ cd postman2jmx
$ mvn package

Usage

  • After build, go to the Postman2Jmx folder. It is located under the target folder.
$ cd target/Postman2Jmx
  • Then execute the following command to convert your postman json collection file to the jmx file.
$ java -jar Postman2Jmx.jar my_postman_collection.json my_jmx_file.jmx

License

The MIT License (MIT)

About

Postman collection to Jmeter jmx file converter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages