execute_jmeter_test_non_gui
Run JMeter performance tests in non-GUI mode by specifying the test file path, enabling efficient and automated test execution via the JMeter MCP Server.
Instructions
Execute a JMeter test in non-GUI mode.
Args: test_file: Path to the JMeter test file (.jmx)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
test_file | Yes |
Input Schema (JSON Schema)
{
"properties": {
"test_file": {
"title": "Test File",
"type": "string"
}
},
"required": [
"test_file"
],
"title": "execute_jmeter_test_non_guiArguments",
"type": "object"
}