stable

Clone or download

Read-only

feat: Display test result status

This is part of story #23462: export test plan as a docx document The execution result is now displayed after all the steps. The execution comment will be added in a dedicated commit. This commit also adds a fix: the last execution was only retrived for the traceability matrix, this is now also filtered to display the test steps status and test result. Change-Id: I40eb80bfe8b2e9d6ac06a0e057be840a1b30e157

Modified Files

Name
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/test-execution-retriever.test.ts +1 −0 Go to diff View file
M plugins/document_generation/scripts/lib/docx/src/type.ts +1 −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 +28 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Reporter/step-test-definition-formatter.test.ts +61 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Reporter/step-test-definition-formatter.ts +52 −9 Go to diff View file
M plugins/testplan/scripts/test-plan/src/type.ts +1 −0 Go to diff View file