stable

Clone or download

Read-only

feat: Export backlog of campaign in docx

The backlog of a campaign is all requirements covered by the tests of the current campaign. Part of story #23494: export test campaign as docx Change-Id: Ia1ee5f965a6c518eb9f62c94f072724f3a0c39a3

Modified Files

Name
M plugins/document_generation/scripts/lib/docx/src/Artifact/artifacts-structure-retriever.test.ts +3 −0 Go to diff View file
M plugins/document_generation/scripts/lib/docx/src/Artifact/test-execution-retriever.test.ts +3 −0 Go to diff View file
M plugins/document_generation/scripts/lib/docx/src/type.ts +1 −0 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/helpers/ExportAsDocument/Exporter/DOCX/matrix-builder.test.ts +2 −0 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/helpers/ExportAsDocument/Reporter/report-creator.test.ts +47 −4 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/helpers/ExportAsDocument/Reporter/report-creator.ts +44 −14 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/helpers/ExportAsDocument/Reporter/step-test-definition-formatter.test.ts +10 −2 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/helpers/ExportAsDocument/Reporter/step-test-definition-formatter.ts +2 −2 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/helpers/ExportAsDocument/Reporter/traceability-matrix-creator.test.ts +38 −0 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/helpers/ExportAsDocument/Reporter/traceability-matrix-creator.ts +5 −3 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/type.ts +1 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Reporter/report-creator.test.ts +3 −0 Go to diff View file