validate_test_case
Validate test cases against quality standards and best practices with dynamic rules support and automated improvement suggestions.
Instructions
🔍 Validate a test case against quality standards and best practices (Dynamic Rules Support + Improvement)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectKey | Yes | Project key (e.g., 'android' or 'ANDROID') | |
| caseKey | Yes | Test case key (e.g., 'ANDROID-29') | |
| rulesFilePath | No | Path to custom rules markdown file | |
| checkpointsFilePath | No | Path to custom checkpoints markdown file | |
| format | No | Output format | markdown |
| improveIfPossible | No | Attempt to automatically improve the test case | |
| include_clickable_links | No | Include clickable links to Zebrunner web UI |