stable

Clone or download

Read-only

Clean Kanban tests

part of request #24982 clean e2e test suite How to test: launch tests suite in dev mode with make test_cypress_dev go on plugins/agiledashboard/tests/e2e/cypress and open cypress with npx cypress open choose to run all tests in the same run with `Run 5 integration specs` link once test suite ends without error, launch it again with F5 on your browser, the test suite should still end in success Note: - all tests removed for kanban modal were "useless", they are based on rest routes already tested by `KanbanTest` - drag and drop can leave leftovers, you can test that leftover won't interfere with the whole suite by leaving a card in backlog and running tests again - after a discussion with PO, start scrum in AD is no longer an important test, I replaced it by adding a test who test that we can use our scrum project template Change-Id: I043e11a239e5191e4a8d8b4cf0b193d5d7034c13

Modified Files

Name
M plugins/agiledashboard/scripts/kanban/src/app/kanban.tpl.html +4 −1 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/backlog/backlog.tpl.html +4 −2 Go to diff View file
D plugins/agiledashboard/tests/e2e/cypress/_fixtures/agile_dashboard/project.xml +0 −43 Go to diff View file
D plugins/agiledashboard/tests/e2e/cypress/_fixtures/agile_dashboard/users.xml +0 −35 Go to diff View file
M plugins/agiledashboard/tests/e2e/cypress/_fixtures/kanban_project/project.xml +209 −0 Go to diff View file
D plugins/agiledashboard/tests/e2e/cypress/cypress/integration/agile-dasboard.spec.ts +0 −88 Go to diff View file
M plugins/agiledashboard/tests/e2e/cypress/cypress/integration/explicit-backlog.spec.ts +57 −4 Go to diff View file
M plugins/agiledashboard/tests/e2e/cypress/cypress/integration/kanban.spec.ts +86 −282 Go to diff View file