stable

Clone or download

Read-only

Test results can be exported

A new section is added to the report listing all the planned test cases. Part of story #15096: export a report of tests for a milestone Change-Id: Iecc6200eddcea07f444118a776bd8466ef88ce94

Modified Files

Name
M plugins/testplan/include/REST/v1/BacklogItemResource.php +2 −1 Go to diff View file
M plugins/testplan/include/REST/v1/DefinitionLinkedToABacklogItemRepresentation.php +3 −3 Go to diff View file
A plugins/testplan/include/REST/v1/TestExecutionUsedToDefineStatusRepresentation.php +63 −0 Go to diff View file
M plugins/testplan/include/TestDefinition/TestPlanTestDefinitionWithTestStatus.php +35 −2 Go to diff View file
M plugins/testplan/include/TestDefinition/TestPlanTestDefinitionWithTestStatusRetriever.php +20 −1 Go to diff View file
M plugins/testplan/include/TestDefinition/TestPlanTestDefinitionsTestStatusDAO.php +2 −2 Go to diff View file
M plugins/testplan/scripts/test-plan/po/fr_FR.po +27 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/ExportButton.vue +6 −2 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 −3 Go to diff View file
A plugins/testplan/scripts/test-plan/src/helpers/Export/get-planned-test-cases.test.ts +136 −0 Go to diff View file
A plugins/testplan/scripts/test-plan/src/helpers/Export/get-planned-test-cases.ts +115 −0 Go to diff View file
A plugins/testplan/scripts/test-plan/src/helpers/Export/internationalize-test-status.test.ts +39 −0 Go to diff View file
A plugins/testplan/scripts/test-plan/src/helpers/Export/internationalize-test-status.ts +40 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/report-creator.test.ts +7 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/report-creator.ts +13 −2 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/requirements-builder.ts +7 −16 Go to diff View file
A plugins/testplan/scripts/test-plan/src/helpers/Export/test-results-builder.test.ts +90 −0 Go to diff View file
A plugins/testplan/scripts/test-plan/src/helpers/Export/test-results-builder.ts +84 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/type.ts +10 −2 Go to diff View file
M plugins/testplan/tests/rest/v1/BacklogItemTest.php +2 −0 Go to diff View file
M plugins/testplan/tests/unit/TestDefinition/TestPlanTestDefinitionWithTestStatusRetrieverTest.php +10 −2 Go to diff View file
M plugins/testplan/tests/unit/TestDefinition/TestPlanTestDefinitionWithTestStatusTest.php +8 −2 Go to diff View file