stable
Clone or download
Read-only
No functional changes, code is re-organized by concerns. Part of story #15096: export a report of tests for a milestone Change-Id: I63f466c91fa0305fa097c448dbd44e845a78f380
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/ExportButton.test.ts | +2 | −1 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/ExportButton.vue | +5 | −1 | Go to diff View file |
A | plugins/testplan/scripts/test-plan/src/helpers/Export/Exporter/XLSX/download-xlsx.test.ts | +48 | −0 | Go to diff View file |
A | plugins/testplan/scripts/test-plan/src/helpers/Export/Exporter/XLSX/download-xlsx.ts | +40 | −0 | Go to diff View file |
R | plugins/testplan/scripts/test-plan/src/helpers/Export/transform-report-to-xlsx-sheet.test.ts | Go to diff View file | ||
R | plugins/testplan/scripts/test-plan/src/helpers/Export/transform-report-to-xlsx-sheet.ts | Go to diff View file | ||
R | plugins/testplan/scripts/test-plan/src/helpers/Export/artifact.ts | Go to diff View file | ||
R | plugins/testplan/scripts/test-plan/src/helpers/Export/artifacts-retriever.test.ts | Go to diff View file | ||
R | plugins/testplan/scripts/test-plan/src/helpers/Export/artifacts-retriever.ts | Go to diff View file | ||
R | plugins/testplan/scripts/test-plan/src/helpers/Export/concurrency-limit-pool.test.ts | Go to diff View file | ||
R | plugins/testplan/scripts/test-plan/src/helpers/Export/concurrency-limit-pool.ts | Go to diff View file | ||
R | plugins/testplan/scripts/test-plan/src/helpers/Export/tracker.ts | Go to diff View file | ||
R | plugins/testplan/scripts/test-plan/src/helpers/Export/trackers-retriever.test.ts | Go to diff View file | ||
R | plugins/testplan/scripts/test-plan/src/helpers/Export/trackers-retriever.ts | Go to diff View file | ||
R | plugins/testplan/scripts/test-plan/src/helpers/Export/general-information-builder.test.ts | Go to diff View file | ||
R | plugins/testplan/scripts/test-plan/src/helpers/Export/general-information-builder.ts | Go to diff View file | ||
R | plugins/testplan/scripts/test-plan/src/helpers/Export/justifications-builder.test.ts | Go to diff View file | ||
R | plugins/testplan/scripts/test-plan/src/helpers/Export/justifications-builder.ts | Go to diff View file | ||
R | plugins/testplan/scripts/test-plan/src/helpers/Export/requirements-builder.test.ts | Go to diff View file | ||
R | plugins/testplan/scripts/test-plan/src/helpers/Export/requirements-builder.ts | Go to diff View file | ||
R | plugins/testplan/scripts/test-plan/src/helpers/Export/test-results-builder.test.ts | Go to diff View file | ||
R | plugins/testplan/scripts/test-plan/src/helpers/Export/test-results-builder.ts | Go to diff View file | ||
R | plugins/testplan/scripts/test-plan/src/helpers/Export/transform-field-value-into-cell.test.ts | Go to diff View file | ||
R | plugins/testplan/scripts/test-plan/src/helpers/Export/transform-field-value-into-cell.ts | Go to diff View file | ||
R | plugins/testplan/scripts/test-plan/src/helpers/Export/get-planned-test-cases.test.ts | Go to diff View file | ||
R | plugins/testplan/scripts/test-plan/src/helpers/Export/get-planned-test-cases.ts | Go to diff View file | ||
R | plugins/testplan/scripts/test-plan/src/helpers/Export/internationalize-test-status.test.ts | Go to diff View file | ||
R | plugins/testplan/scripts/test-plan/src/helpers/Export/internationalize-test-status.ts | Go to diff View file | ||
R | plugins/testplan/scripts/test-plan/src/helpers/Export/report-cells.test.ts | Go to diff View file | ||
R | plugins/testplan/scripts/test-plan/src/helpers/Export/report-cells.ts | Go to diff View file | ||
R | plugins/testplan/scripts/test-plan/src/helpers/Export/report-creator.test.ts | Go to diff View file | ||
R | plugins/testplan/scripts/test-plan/src/helpers/Export/report-creator.ts | Go to diff View file | ||
M | plugins/testplan/scripts/test-plan/src/helpers/Export/download-export-document.test.ts | +15 | −20 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/helpers/Export/download-export-document.ts | +15 | −23 | Go to diff View file |