stable
Clone or download
Read-only
Go to test plan, choose a backlog item and create a test. Once created, you are redirected to the test plan. => the backlog item is expanded => the new test is highlighted just like for new campaign creation Part of story #14888: Create a new test with artifact view Change-Id: I85a49bf6f90c17d5b4eee6b83e95996d92a5855d
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/testplan/include/TestDefinition/EventRedirectAfterArtifactCreationOrUpdateProcessor.php | +3 | −1 | Go to diff View file |
M | plugins/testplan/include/TestPlanController.php | +16 | −2 | Go to diff View file |
M | plugins/testplan/include/TestPlanPresenter.php | +17 | −1 | Go to diff View file |
M | plugins/testplan/include/TestPlanPresenterBuilder.php | +8 | −2 | Go to diff View file |
M | plugins/testplan/include/testplanPlugin.php | +1 | −1 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/index.ts | +10 | −0 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/ListOfTestDefinitions.vue | +1 | −0 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/TestDefinitionCard.test.ts | +38 | −2 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/TestDefinitionCard.vue | +33 | −1 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/store/backlog-item/backlog-item-actions.test.ts | +87 | −1 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/store/backlog-item/backlog-item-actions.ts | +17 | −5 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/store/backlog-item/backlog-item-mutations.test.ts | +58 | −0 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/store/backlog-item/backlog-item-mutations.ts | +32 | −2 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/store/backlog-item/type.ts | +5 | −0 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/store/type.ts | +2 | −0 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/type.ts | +5 | −1 | Go to diff View file |
M | plugins/testplan/templates/test-plan.mustache | +2 | −0 | Go to diff View file |
M | plugins/testplan/tests/unit/TestDefinition/EventRedirectAfterArtifactCreationOrUpdateProcessorTest.php | +1 | −1 | Go to diff View file |
M | plugins/testplan/tests/unit/TestPlanPresenterBuilderTest.php | +24 | −4 | Go to diff View file |
M | plugins/testplan/themes/includes/_test-definitions.scss | +21 | −0 | Go to diff View file |