stable

Clone or download

Read-only

Display reports of the test definition tracker in the tests selector of the campaign creation modal

It is not yet possible to select the reports. Part of story #14882: Create new campaign in new β€œTest” screen Change-Id: I33ddf926a463844c26d033a2f8be256d7c501428

Modified Files

Name
M plugins/testplan/include/TestPlanPresenter.php +23 βˆ’7 Go to diff View file
M plugins/testplan/include/TestPlanPresenterBuilder.php +14 βˆ’6 Go to diff View file
A plugins/testplan/include/TestPlanTestDefinitionTrackerRetriever.php +63 βˆ’0 Go to diff View file
M plugins/testplan/include/testplanPlugin.php +2 βˆ’0 Go to diff View file
M plugins/testplan/package-lock.json +11 βˆ’0 Go to diff View file
M plugins/testplan/package.json +2 βˆ’0 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/po/fr_FR.po +12 βˆ’0 Go to diff View file
A plugins/testplan/scripts/test-plan/src/components/Campaigns/CreateCampaignTestSelector.test.ts +102 βˆ’0 Go to diff View file
A plugins/testplan/scripts/test-plan/src/components/Campaigns/CreateCampaignTestSelector.vue +103 βˆ’0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/Campaigns/CreateModal.test.ts +45 βˆ’1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/Campaigns/CreateModal.vue +56 βˆ’32 Go to diff View file
A plugins/testplan/scripts/test-plan/src/components/Campaigns/CreateModalErrorFeedback.test.ts +40 βˆ’0 Go to diff View file
A plugins/testplan/scripts/test-plan/src/components/Campaigns/CreateModalErrorFeedback.vue +36 βˆ’0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/Campaigns/__snapshots__/CreateModal.test.ts.snap +28 βˆ’74 Go to diff View file
A plugins/testplan/scripts/test-plan/src/helpers/Campaigns/tracker-reports-retriever.test.ts +41 βˆ’0 Go to diff View file
A plugins/testplan/scripts/test-plan/src/helpers/Campaigns/tracker-reports-retriever.ts +29 βˆ’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/templates/test-plan.mustache +2 βˆ’0 Go to diff View file
M plugins/testplan/tests/unit/TestPlanPresenterBuilderTest.php +14 βˆ’4 Go to diff View file
A plugins/testplan/tests/unit/TestPlanTestDefinitionTrackerRetrieverTest.php +100 βˆ’0 Go to diff View file
M plugins/testplan/themes/includes/_campaign.scss +6 βˆ’0 Go to diff View file