stable

Clone or download

Read-only

Cypress clean agiledashboard and crosstracker tests

part of request #29992 Bump cypress to 12.1.0 Both plugins have been cleared: - only project with custom configuration have been kept - project and artifacts are now created by rest tests Note: I converted both plugins to help me extract a reusable createArtifact cypress command Change-Id: Ieecc46e6312a93a8fabea8cd34b64f42719126f1

Modified Files

Name
M lib/test-utils/cypress-utilities-support/src/commands-type-definitions.d.ts +9 −0 Go to diff View file
M lib/test-utils/cypress-utilities-support/src/commands.ts +67 −0 Go to diff View file
D plugins/agiledashboard/tests/e2e/cypress/_fixtures/kanban_project/project.xml +0 −251 Go to diff View file
D plugins/agiledashboard/tests/e2e/cypress/_fixtures/kanban_project/users.xml +0 −35 Go to diff View file
M plugins/agiledashboard/tests/e2e/cypress/cypress/e2e/artifact-modal.cy.ts +3 −7 Go to diff View file
M plugins/agiledashboard/tests/e2e/cypress/cypress/e2e/kanban.cy.ts +50 −11 Go to diff View file
D plugins/crosstracker/tests/e2e/cypress/_fixtures/cross_tracker/project.xml +0 −1294 Go to diff View file
D plugins/crosstracker/tests/e2e/cypress/_fixtures/cross_tracker/users.xml +0 −35 Go to diff View file
M plugins/crosstracker/tests/e2e/cypress/cypress/e2e/cross_tracker_search.cy.ts +46 −2 Go to diff View file