stable

Clone or download

Read-only

chore: extract buildCellContentResult

The function buildCellContentResult is used both to build the traceability matrix and the tests section. Therefore it should live outside of matrix-builder. No functional changes. Part of story #23462: export test plan as a docx document Change-Id: I9408de2982d495a9ccc121afbc5c024548705138

Modified Files

Name
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/Table/table-builder.test.ts +30 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/Table/table-builder.ts +64 −2 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/build-list-of-artifacts-content.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/matrix-builder.ts +7 −56 Go to diff View file