stable
Clone or download
Read-only
This is part of story #23462: export test plan as a docx document The status value of the last execution is added inb the step test definition exported in the document The test global result and the comment will be added in a dedicated commit. Change-Id: I9289b521534273635027f5995fe7565bc80dacde
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/backlog-builder.test.ts | +9 | −6 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/backlog-builder.ts | +8 | −7 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/build-list-of-artifacts-content.ts | +24 | −8 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/download-docx.ts | +2 | −1 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/matrix-builder.ts | +6 | −2 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/testplan-builder.test.ts | +7 | −5 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/testplan-builder.ts | +8 | −7 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Reporter/report-creator.ts | +11 | −5 | Go to diff View file |
A | plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Reporter/step-test-definition-with-results-formatter.test.ts | +159 | −0 | Go to diff View file |
A | plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Reporter/step-test-definition-with-results-formatter.ts | +76 | −0 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/download-export-document.test.ts | +7 | −2 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/download-export-document.ts | +2 | −2 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/type.ts | +11 | −3 | Go to diff View file |