stable

Clone or download

Read-only

feat: Tests execution attachments in Tests section

If attachments have been added while executing a tests, then they are listed in a new line "Attachments" in the test results. The link allows the user to download the corresponding file. No functional change in test report document generation. Part of story #23462: export test plan as a docx document Change-Id: I6d268337241d71d9c580a9b96a333bf5b817836e

Modified Files

Name
M plugins/document_generation/scripts/lib/docx/src/Artifact/artifact-formatter.ts +1 −1 Go to diff View file
M plugins/document_generation/scripts/lib/docx/src/Artifact/artifacts-structure-retriever.test.ts +1 −0 Go to diff View file
M plugins/document_generation/scripts/lib/docx/src/Artifact/step-test-definition-generic-formatter.test.ts +4 −1 Go to diff View file
M plugins/document_generation/scripts/lib/docx/src/Artifact/step-test-definition-generic-formatter.ts +1 −0 Go to diff View file
M plugins/document_generation/scripts/lib/docx/src/Artifact/test-execution-retriever.test.ts +1 −0 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 +30 −8 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Reporter/step-test-definition-formatter.test.ts +6 −2 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Reporter/step-test-definition-formatter.ts +12 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/type.ts +2 −0 Go to diff View file