Skip to content

Postman collection to Jmeter jmx file converter

License

Notifications You must be signed in to change notification settings

open-knowledge-org/postman2jmx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

postman2jmx

Postman collection to Jmeter jmx file converter.

Build Status Maintainability Test Coverage

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 my_postman_collection.json my_jmx_file.jmx

License

The MIT License (MIT)

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%