stable

Clone or download

Read-only

Display test definitions of a backlog item

Go to a milestone ยป tests. Expand a backlog item. => You should see the test definitions of the item. => While the tests are being loaded, card skeleton is displayed. => If the item hasn't any tests, then you should see an empty state. => If an error occurred during the load, then you should see an error state. Note: there won't be any illustrations in this part for now. Part of story #14884: Display list of backlog items with their tests definition Change-Id: I7f40ebcc66426a8a908032ecff076ff9b147b82a

Modified Files

Name
M plugins/testplan/scripts/test-plan/po/fr_FR.po +6 โˆ’0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/BacklogItemContainer.vue +4 โˆ’1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/ListOfTestDefinitions.test.ts +195 โˆ’3 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/ListOfTestDefinitions.vue +47 โˆ’4 Go to diff View file
A plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/TestDefinitionCard.test.ts +48 โˆ’0 Go to diff View file
A plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/TestDefinitionCard.vue +53 โˆ’0 Go to diff View file
A plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/TestDefinitionEmptyState.vue +35 โˆ’0 Go to diff View file
A plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/TestDefinitionErrorState.vue +33 โˆ’0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/TestDefinitionSkeleton.vue +1 โˆ’1 Go to diff View file
A plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/__snapshots__/TestDefinitionCard.test.ts.snap +32 โˆ’0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/store/backlog-item/backlog-item-actions.test.ts +80 โˆ’4 Go to diff View file
M plugins/testplan/scripts/test-plan/src/store/backlog-item/backlog-item-actions.ts +43 โˆ’5 Go to diff View file
M plugins/testplan/scripts/test-plan/src/store/backlog-item/backlog-item-mutations.test.ts +165 โˆ’1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/store/backlog-item/backlog-item-mutations.ts +41 โˆ’5 Go to diff View file
M plugins/testplan/scripts/test-plan/src/store/backlog-item/type.ts +6 โˆ’1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/type.ts +14 โˆ’1 Go to diff View file
M plugins/testplan/themes/includes/_test-definitions.scss +47 โˆ’2 Go to diff View file