stable

Clone or download

Read-only

feat: n requirements for a test in traceability matrix

When a test covers multiple requirements, traceability matrix should display those requirements, and not only the first one. The change is applied both in TestPlan and DocGen reports. Part of request #24972: Tests can cover multiple requirements Change-Id: I2609e9b111b1e1937271588f2cfd698ff63b73dd

Modified Files

Name
M plugins/document_generation/scripts/tracker-report-action/src/DocumentBuilder/create-traceability-matrix.test.ts +16 −1 Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/src/DocumentBuilder/create-traceability-matrix.ts +13 −13 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Reporter/traceability-matrix-creator.test.ts +20 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Reporter/traceability-matrix-creator.ts +32 −32 Go to diff View file