validate_robot_framework_syntax
Check and validate Robot Framework syntax without executing code. Provides a detailed validation report to identify and correct errors in test scripts.
Instructions
Validate Robot Framework syntax and provide suggestions. Returns validation report as text - does not execute code.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
robot_code | Yes |
Input Schema (JSON Schema)
{
"properties": {
"robot_code": {
"title": "Robot Code",
"type": "string"
}
},
"required": [
"robot_code"
],
"title": "validate_robot_framework_syntaxArguments",
"type": "object"
}