stable

Clone or download

Read-only

feat: Initiate milestone backlog chapter

This contribution allows to setup: * Table of content * Headers * Footers Table of content is prefilled and can be updated to have real page numbers. For now only title of backlog items is displayed, it will be enhanced later. Part story #23462: export test plan as a docx document Change-Id: I44f1ce1e5650e4c3025ecc9972c736e9afeaf485

Modified Files

Name
M plugins/testplan/scripts/test-plan/po/fr_FR.po +9 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/ExportButton.vue +2 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/Table/document-properties.ts +8 −7 Go to diff View file
A plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/TableOfContents/table-of-contents-test-samples.ts +160 −0 Go to diff View file
A plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/TableOfContents/table-of-contents.test.ts +52 −0 Go to diff View file
A plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/TableOfContents/table-of-contents.ts +142 −0 Go to diff View file
A plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/TableOfContents/toc-field-instruction.test.ts +57 −0 Go to diff View file
A plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/TableOfContents/toc-field-instruction.ts +88 −0 Go to diff View file
A plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/backlog-builder.test.ts +69 −0 Go to diff View file
A plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/backlog-builder.ts +83 −0 Go to diff View file
A plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/base-elements.ts +42 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/download-docx.test.ts +1 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/download-docx.ts +47 −2 Go to diff View file
A plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/header-footer.ts +84 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Reporter/report-creator.ts +4 −3 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/download-export-document.test.ts +2 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/download-export-document.ts +8 −2 Go to diff View file
M plugins/testplan/scripts/test-plan/src/type.ts +1 −0 Go to diff View file