get_enhanced_test_coverage_with_rules
Analyze test implementation coverage against configurable rules to identify gaps and generate improvement recommendations for better test quality.
Instructions
🔍 Enhanced test coverage analysis with configurable rules validation and quality scoring
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| analysis_scope | No | Scope of analysis: steps, assertions, data coverage, or full analysis | full |
| case_key | Yes | Test case key (e.g., 'ANDROID-6') | |
| file_path | No | File path for adding code comments or saving markdown (optional) | |
| implementation_context | Yes | Actual implementation details (code snippets, file paths, or implementation description) | |
| include_recommendations | No | Include improvement recommendations | |
| include_suite_hierarchy | No | Include featureSuiteId and rootSuiteId in analysis | |
| output_format | No | Output format: chat response, markdown file, detailed analysis, or all formats | detailed |
| project_key | No | Project key (auto-detected from case_key if not provided) | |
| show_framework_detection | No | Show detected framework and patterns | |
| validate_against_rules | No | Validate coverage against configured rules |