run_test
Execute JMeter test plans with automated environment setup, built-in guardrails, and streamable JTL output. Returns run ID and results for SLO analysis.
Instructions
Execute a JMX plan with always-on guardrails and streamable JTL output.
Calls ensure_environment first. Returns RunResult fields, run_id, and the provisioning block. Loose guardrails require acknowledged_risk (alias i_understand_the_risk). Optional run_id must match [A-Za-z0-9._-]{1,64}; collisions require overwrite=true. force_docker prefers Docker when available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | No | ||
| overwrite | No | ||
| plan_path | Yes | ||
| guardrails | No | ||
| properties | No | ||
| force_docker | No | ||
| timeout_seconds | No | ||
| generate_html_report | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||