stable

Clone or download

Read-only

Display campaign progresssion

The number of tests (passed/failed/blocked/notrun) is displayed as a progress bar. Part of story #14881: Transform “Test Management” pane in “Integrated pane” Test Change-Id: I27a4424bd8cd7e50cec449c0e27dac3da8cb6d14

Modified Files

Name
M plugins/testplan/scripts/test-plan/po/fr_FR.po +20 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/Campaigns/CampaignCard.vue +7 −1 Go to diff View file
A plugins/testplan/scripts/test-plan/src/components/Campaigns/CampaignProgression.test.ts +42 −0 Go to diff View file
A plugins/testplan/scripts/test-plan/src/components/Campaigns/CampaignProgression.vue +140 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/Campaigns/__snapshots__/CampaignCard.test.ts.snap +8 −0 Go to diff View file
A plugins/testplan/scripts/test-plan/src/components/Campaigns/__snapshots__/CampaignProgression.test.ts.snap +67 −0 Go to diff View file
M plugins/testplan/themes/includes/_campaign.scss +89 −0 Go to diff View file