aggregate_test_cases_by_feature
Find and group test cases by feature keyword across project test suites to organize testing efforts and generate automation tags.
Instructions
🔍 Find ALL test cases related to a specific feature across the project. Searches in title, description, preconditions, and test steps (case-insensitive, partial match). Groups results by Root Suite and Feature Suite, avoiding duplicates. Output formats: detailed (full hierarchy), short (summary), dto (JSON), test_run_rules (for automation tags)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes | Project key (e.g., 'MCPAND', 'MCP') | |
| feature_keyword | Yes | Feature keyword to search for (case-insensitive, partial match) | |
| output_format | No | Output format: detailed, short, dto, or test_run_rules | short |
| tags_format | No | TAGS output format: by_root_suite (separate TAGS line per root suite, default) or single_line (all combined on one line) | by_root_suite |
| max_results | No | Maximum test cases to process |