Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Loadium/postman2jmx
Postman collection to Jmeter jmx file converter
https://github.com/Loadium/postman2jmx
Last synced: 2 days ago
JSON representation
Postman collection to Jmeter jmx file converter
- Host: GitHub
- URL: https://github.com/Loadium/postman2jmx
- Owner: Loadium
- License: mit
- Created: 2019-01-11T13:52:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-15T02:28:40.000Z (about 1 year ago)
- Last Synced: 2024-04-13T19:06:05.251Z (7 months ago)
- Language: Java
- Size: 60.5 KB
- Stars: 163
- Watchers: 9
- Forks: 89
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-jmeter - postman2jmx - Postman collection to JMeter jmx file converter. (Automation / Conversion)
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)