build_traceability_matrix
Generates a requirements-to-tests traceability matrix to identify covered requirements and detect gaps.
Instructions
Build a requirements-to-tests traceability matrix.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tests | Yes | List of test dicts (must include test_id and requirement_mapping) | |
| requirements | No | Explicit list of requirement IDs to check coverage against |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||