stable

Clone or download

Read-only

feat: Introduce Tests section

Only the section title and its link in the TOC is added. Part of story #23462: export test plan as a docx document Change-Id: I8d345d0033ec99e05ff0f59c6e78d96348d52d4f

Modified Files

Name
M plugins/testplan/scripts/test-plan/po/fr_FR.po +6 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/TableOfContents/table-of-contents-test-samples.ts +74 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/TableOfContents/table-of-contents.ts +2 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/download-docx.ts +12 −0 Go to diff View file
A plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/testplan-builder.test.ts +62 −0 Go to diff View file
A plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/testplan-builder.ts +68 −0 Go to diff View file