stable

Clone or download

Read-only

request #14063 Update Cypress tests for Agile Dashboard service

The Agile dashboard tests are now executed in a dedicated project The added test add a kanban with scrum element How to test: make test_cypress you should not have errors in /tests_results_e2e_full Change-Id: I667aa44d0ab8576d25825a146098b2a1d449d9b1

Modified Files

Name
M plugins/agiledashboard/templates/admin-kanban.mustache +2 −2 Go to diff View file
M plugins/agiledashboard/templates/admin-scrum.mustache +1 −1 Go to diff View file
M plugins/agiledashboard/templates/home-kanban.mustache +6 −5 Go to diff View file
M src/templates/common/breadcrumbs/breadcrumbs.mustache +1 −1 Go to diff View file
A tests/e2e/_fixtures/agile_dashboard/project.xml +43 −0 Go to diff View file
A tests/e2e/_fixtures/agile_dashboard/users.xml +35 −0 Go to diff View file
A tests/e2e/full/cypress/integration/agile-dasboard.spec.js +61 −0 Go to diff View file
M tests/e2e/full/tuleap/setup.sh +1 −0 Go to diff View file