stable

Clone or download

Read-only

feat: Keep latest execution for matrix

When a requirement has the same test executed in different campaigns, then we should keep only the latest execution to display in the matrix and to compute the status of the requirement. Part of story #23462: export test plan as a docx document Change-Id: I8b869903b9d6d9194f0d720fc393d3f4bcd26389

Modified Files

Name
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/matrix-builder.test.ts +28 −20 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/matrix-builder.ts +4 −4 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Reporter/traceability-matrix-creator.test.ts +210 −110 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Reporter/traceability-matrix-creator.ts +35 −16 Go to diff View file
M plugins/testplan/scripts/test-plan/src/type.ts +2 −1 Go to diff View file