stable

Clone or download

Read-only

Add requirements to the test plan export

For now only the type, id, title and tests status of each requirements is exported. Part of story #15096: export a report of tests for a milestone Change-Id: I9fc8ca1bd98fd357d601d1f62eb151c85c4fb13d

Modified Files

Name
M plugins/testplan/scripts/test-plan/po/fr_FR.po +15 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/BacklogItemCoverage.test.ts +0 −20 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/BacklogItemCoverage.vue +37 −49 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/ExportButton.vue +6 −1 Go to diff View file
A plugins/testplan/scripts/test-plan/src/helpers/BacklogItems/compute-test-stats.test.ts +55 −0 Go to diff View file
A plugins/testplan/scripts/test-plan/src/helpers/BacklogItems/compute-test-stats.ts +68 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/download-export-document.test.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/download-export-document.ts +5 −2 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/report-creator.test.ts +11 −2 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/report-creator.ts +8 −2 Go to diff View file
A plugins/testplan/scripts/test-plan/src/helpers/Export/requirements-builder.test.ts +100 −0 Go to diff View file
A plugins/testplan/scripts/test-plan/src/helpers/Export/requirements-builder.ts +71 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/transform-report-to-xlsx-sheet.test.ts +55 −3 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/transform-report-to-xlsx-sheet.ts +71 −14 Go to diff View file