stable

Clone or download

Read-only

Test cases have a dropdown to edit them and to go to the last test execution

Edition links are basic for now, they only go to the edit renderer without providing any more information. Part of story #15094: have more effective test plan Change-Id: I174d330af3be54adda3617354b3f74410642ce83

Modified Files

Name
M plugins/testplan/scripts/test-plan/po/fr_FR.po +3 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/TestDefinitionCard.vue +3 −7 Go to diff View file
A plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/TestDefinitionCardXrefTitle.test.ts +102 −0 Go to diff View file
A plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/TestDefinitionCardXrefTitle.vue +110 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/__snapshots__/TestDefinitionCard.test.ts.snap +3 −14 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/BacklogItems/url-builder.test.ts +11 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/BacklogItems/url-builder.ts +9 −1 Go to diff View file
M plugins/testplan/themes/includes/_test-definitions.scss +5 −0 Go to diff View file