execute_jmeter_test
Run JMeter performance tests from .jmx files to identify bottlenecks and generate insights. Supports non-GUI execution with configurable properties.
Instructions
Execute a JMeter test.
Args: test_file: Path to the JMeter test file (.jmx) gui_mode: Whether to run in GUI mode (default: False) properties: Dictionary of JMeter properties to pass with -J (default: None)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| test_file | Yes | ||
| gui_mode | No | ||
| properties | No |