stable

Clone or download

Read-only

Introduce cypress tests on testplan

Part of story #14881: Transform “Test Management” pane in “Integrated pane” Test Change-Id: I6ced551d3ae5e3fedc822c8020b6ecc35fdafba5

Modified Files

Name
M plugins/agiledashboard/templates/home.mustache +1 −1 Go to diff View file
M plugins/agiledashboard/templates/pane-list.mustache +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/Campaigns/CampaignCard.vue +5 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/Campaigns/__snapshots__/CampaignCard.test.ts.snap +1 −0 Go to diff View file
A plugins/testplan/tests/e2e/cypress/_fixtures/testplan_project/project.xml +3534 −0 Go to diff View file
A plugins/testplan/tests/e2e/cypress/_fixtures/testplan_project/testmanagement.xml +19 −0 Go to diff View file
A plugins/testplan/tests/e2e/cypress/_fixtures/testplan_project/users.xml +36 −0 Go to diff View file
A plugins/testplan/tests/e2e/cypress/cypress.json +13 −0 Go to diff View file
A plugins/testplan/tests/e2e/cypress/cypress/fixtures/.gitignore +1 −0 Go to diff View file
A plugins/testplan/tests/e2e/cypress/cypress/integration/testplan.spec.js +61 −0 Go to diff View file
A plugins/testplan/tests/e2e/cypress/cypress/support/index.js +21 −0 Go to diff View file
M tests/e2e/full/tuleap/setup.sh +1 −0 Go to diff View file