{"id":28713882,"url":"https://github.com/emkeyen/postman-to-jmx","last_synced_at":"2026-05-02T05:33:22.439Z","repository":{"id":297203224,"uuid":"995610481","full_name":"emkeyen/postman-to-jmx","owner":"emkeyen","description":"Postman to JMeter (JMX) Converter with Environment Support in Python3","archived":false,"fork":false,"pushed_at":"2025-06-04T10:06:34.000Z","size":61,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-04T17:05:27.938Z","etag":null,"topics":["jmeter","jmx","postman","postman-api","postman-collection","postman-environment"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emkeyen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-03T18:46:47.000Z","updated_at":"2025-06-04T10:06:36.000Z","dependencies_parsed_at":"2025-06-08T05:32:04.619Z","dependency_job_id":null,"html_url":"https://github.com/emkeyen/postman-to-jmx","commit_stats":null,"previous_names":["emkeyen/postman-to-jmx"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/emkeyen/postman-to-jmx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emkeyen%2Fpostman-to-jmx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emkeyen%2Fpostman-to-jmx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emkeyen%2Fpostman-to-jmx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emkeyen%2Fpostman-to-jmx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emkeyen","download_url":"https://codeload.github.com/emkeyen/postman-to-jmx/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emkeyen%2Fpostman-to-jmx/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259906018,"owners_count":22929963,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jmeter","jmx","postman","postman-api","postman-collection","postman-environment"],"created_at":"2025-06-15T01:00:26.229Z","updated_at":"2026-05-02T05:33:22.398Z","avatar_url":"https://github.com/emkeyen.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Made in Ukraine](https://img.shields.io/badge/made_in-Ukraine-ffd700.svg?labelColor=0057b7)](https://stand-with-ukraine.pp.ua)\n\n# Postman to JMeter Converter\n\nThis Python3 script converts your Postman API collections into JMeter test plans. It handles:\n\n* **Request bodies:** Raw JSON, x-www-form-urlencoded.\n* **Headers:** All your custom headers.\n* **URL details:** Host, path, protocol and port.\n* **Variables:** Both collection-level vars and env vars from Postman will be added as \"User Defined Variables\" in JMeter, so you can easily manage dynamic values.\n\n## Running the Script\n1. Save the `postman2jmx.py` file\n2. Make it executable\n```Bash\nchmod +x postman2jmx.py\n```\n3. Export Postman collection and environment (optionally) as a JSON\n\n## Collection Conversion\nIf you only have a Postman collection and don't use a separate env file:\n\n`./postman2jmx.py \u003cpostman_collection.json\u003e \u003coutput_jmeter_test_plan.jmx\u003e`\n\n\n**Example:**\n```Bash\n./postman2jmx.py collection.json loadsuit.jmx\n```\n\n## Collection \u0026 Environment Conversion\nIf you have a Postman environment file that you want to include (recommended for dynamic values like base URLs, tokens, etc.):\n\n```./postman2jmx.py \u003cpostman_collection.json\u003e \u003coutput_jmeter_test_plan.jmx\u003e -e \u003cpostman_environment.json\u003e```\n\n**Example:**\n```Bash\n./postman2jmx.py collection.json loadsuit.jmx -e env.json\n```\n\n### After Conversion\nOnce the script runs, you'll find your new .jmx file in the specified output location. You can then open this .jmx file directly in JMeter and start configuring your performance tests :)\n\n### Notes\n\n* **Variables:** Variables from your Postman Collection and Environment will appear as \"User Defined Variables\" in JMeter. Remember that in JMeter, you reference these variables using ${variable_name}.\n\n* **Folders:** Postman folders are currently flattened into the main Thread Group in JMeter.\n\n* **Body types:** The script handles raw JSON and x-www-form-urlencoded bodies. Other complex body types (like formdata with file uploads) might need manual adjustment in JMeter after conversion.\n\n* **Pre-request/Test Scripts:** Any JS code you have in Postman's pre-request or test scripts won't be converted. You'll need to re-implement that logic in JMeter using JSR223 samplers or other JMeter elements.\n\n### Contributing\n\nFeel free to open issues or submit pull requests - contributions are always welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femkeyen%2Fpostman-to-jmx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femkeyen%2Fpostman-to-jmx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femkeyen%2Fpostman-to-jmx/lists"}