# postman2jmx **Repository Path**: scrap_heap/postman2jmx ## Basic Information - **Project Name**: postman2jmx - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-11 - **Last Updated**: 2025-02-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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. ```sh $ git clone https://github.com/Loadium/postman2jmx.git ``` - Build the project. ```sh $ cd postman2jmx $ mvn package ``` ### Usage - After build, go to the Postman2Jmx folder. It is located under the target folder. ```sh $ cd target/Postman2Jmx ``` - Then execute the following command to convert your postman json collection file to the jmx file. ```sh $ java -jar Postman2Jmx.jar my_postman_collection.json my_jmx_file.jmx ``` License ---- The MIT License (MIT)