stable
Clone or download
Read-only
Go to test plan. You should see the total number of tests for a campaign. Basic styling has been initiated. It is subject to change though. For example, the max-width 50% will be less than that in the v1. Part of story #14881: Transform “Test Management” pane in “Integrated pane” Test Change-Id: Id29c3e345dae409bf8c35e8310e642207b6a32ad
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/testplan/include/TestPlanController.php | +2 | −2 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/po/fr_FR.po | +5 | −0 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/Campaigns/CampaignCard.test.ts | +10 | −2 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/Campaigns/CampaignCard.vue | +30 | −2 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/Campaigns/ListOfCampaigns.vue | +2 | −2 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/Campaigns/__snapshots__/CampaignCard.test.ts.snap | +30 | −4 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/type.ts | +4 | −0 | Go to diff View file |
A | plugins/testplan/themes/_testplan.scss | +21 | −0 | Go to diff View file |
A | plugins/testplan/themes/includes/_campaign.scss | +50 | −0 | Go to diff View file |
R | plugins/testplan/themes/test-plan.scss | Go to diff View file | ||
A | plugins/testplan/themes/testplan-blue-condensed.scss | +22 | −0 | Go to diff View file |
A | plugins/testplan/themes/testplan-blue.scss | +22 | −0 | Go to diff View file |
A | plugins/testplan/themes/testplan-green-condensed.scss | +22 | −0 | Go to diff View file |
A | plugins/testplan/themes/testplan-green.scss | +22 | −0 | Go to diff View file |
A | plugins/testplan/themes/testplan-grey-condensed.scss | +22 | −0 | Go to diff View file |
A | plugins/testplan/themes/testplan-grey.scss | +22 | −0 | Go to diff View file |
A | plugins/testplan/themes/testplan-orange-condensed.scss | +22 | −0 | Go to diff View file |
A | plugins/testplan/themes/testplan-orange.scss | +22 | −0 | Go to diff View file |
A | plugins/testplan/themes/testplan-purple-condensed.scss | +22 | −0 | Go to diff View file |
A | plugins/testplan/themes/testplan-purple.scss | +22 | −0 | Go to diff View file |
A | plugins/testplan/themes/testplan-red-condensed.scss | +22 | −0 | Go to diff View file |
A | plugins/testplan/themes/testplan-red.scss | +22 | −0 | Go to diff View file |
M | plugins/testplan/webpack.common.js | +11 | −4 | Go to diff View file |