stable

Clone or download

Read-only

feat: Display linked bugs in tests section of docx

The bugs that are linked to an execution (displayed in the web ui of TTM) should be listed in the generated document from testplan (like for attachments or the comments). This also fix some tests that have not been spotted by the CI. Part of request #24972: Tests can cover multiple requirements Change-Id: Ia80335b9095fe981e754c0a29d58a3723ac4f1ed

Modified Files

Name
M plugins/document_generation/scripts/lib/docx/src/Artifact/artifacts-structure-retriever.test.ts +8 −5 Go to diff View file
M plugins/document_generation/scripts/lib/docx/src/Artifact/test-execution-retriever.test.ts +8 −5 Go to diff View file
M plugins/document_generation/scripts/lib/docx/src/type.ts +7 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/po/fr_FR.po +3 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/build-list-of-artifacts-content.ts +29 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Reporter/executions-for-campaigns-retriever.test.ts +14 −10 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Reporter/report-creator.test.ts +7 −5 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Reporter/step-test-definition-formatter.test.ts +40 −15 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Reporter/step-test-definition-formatter.ts +9 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/type.ts +2 −0 Go to diff View file