stable

Clone or download

Read-only

feat: Export tests of campaign in docx

Tests of the campaign are now part of the document. Code dealing with this retrieval have been copied from testplan as is (See `createExportReport`[1]). We will see if we can factorize something between both apps later, after backlog of campaign is done. No functional change in testplan document generation is expected. Part of story #23494: export test campaign as docx [1]: plugins/testmanagement/scripts/testmanagement/src/helpers/ExportAsDocument/Reporter/report-creator.ts Change-Id: I1953de9bb786c5bbd28b0df9d6c2c3a5aff7db7e

Modified Files

Name
M plugins/testmanagement/scripts/testmanagement/src/campaign/download/download-campaign-as-docx.test.ts +3 −2 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/campaign/download/download-campaign-as-docx.ts +3 −2 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/execution-list-header/execution-list-header-controller.js +2 −1 Go to diff View file
R plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Reporter/memoize.test.ts Go to diff View file
R plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Reporter/memoize.ts Go to diff View file
A plugins/testmanagement/scripts/testmanagement/src/helpers/ExportAsDocument/Reporter/report-creator.test.ts +119 −0 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/helpers/ExportAsDocument/Reporter/report-creator.ts +70 −1 Go to diff View file
R plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Reporter/step-test-definition-formatter.test.ts Go to diff View file
R plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Reporter/step-test-definition-formatter.ts Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/helpers/ExportAsDocument/download-export-document.ts +1 −0 Go to diff View file
M plugins/testplan/package.json +1 −0 Go to diff View file
M plugins/testplan/pnpm-lock.yaml +2 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/cover-builder.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Reporter/report-creator.test.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Reporter/report-creator.ts +5 −5 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/download-export-document.test.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/download-export-document.ts +2 −2 Go to diff View file