openapi-to-jmx
v1.0.6
Published
Convert OpenAPI YAML,Json to JMeter .jmx test plan Group by tags as simple controller
Readme
1️⃣ Install globally
npm install -g openapi-to-jmx- The
-gflag tells npm to install the package globally. - This makes the CLI command available system-wide.
2️⃣ Run your CLI
openapi2jmx /path/to/your/test.yamlExample output:
Old JMeter file removed: test_plan.jmx
Successfully loaded: sample.yaml
JMeter test plan generated: test_plan.jmx** Run Jmeter **
jmeter -t test_plan.jmx 
