stable

Clone or download

Read-only

Refactor: replace project creation by rest calls whenever its possible

Note: Some tests still validate UI (program mangement and phpwiki tests) Project creation has integration coverage with rest tests, we do not need to covers the UI part n times I also replace the project who where imported empty because rest call will be faster than xml import part of request #29992 Bump cypress to 12.1.0 No functional changes make tests-e2e should succeed Change-Id: I535cdd84eaf574b9de685a10b27c5b35e77baa50

Modified Files

Name
M lib/test-utils/cypress-utilities-support/src/commands-type-definitions.d.ts +6 −2 Go to diff View file
M lib/test-utils/cypress-utilities-support/src/commands.ts +40 −16 Go to diff View file
M plugins/agiledashboard/tests/e2e/cypress/cypress/e2e/explicit-backlog.cy.ts +1 −16 Go to diff View file
D plugins/document/tests/e2e/cypress/_fixtures/document_project/project.xml +0 −42 Go to diff View file
D plugins/document/tests/e2e/cypress/_fixtures/document_project/users.xml +0 −35 Go to diff View file
M plugins/document/tests/e2e/cypress/cypress/e2e/document.cy.ts +16 −11 Go to diff View file
M plugins/document/tests/e2e/cypress/cypress/e2e/filename-pattern.cy.ts +3 −19 Go to diff View file
M plugins/document/tests/e2e/cypress/cypress/e2e/keyboard-navigation.cy.ts +2 −16 Go to diff View file
M plugins/document/tests/e2e/cypress/cypress/e2e/search.cy.ts +2 −16 Go to diff View file
D plugins/git/tests/e2e/cypress/_fixtures/git_project/project.xml +0 −23 Go to diff View file
D plugins/git/tests/e2e/cypress/_fixtures/git_project/users.xml +0 −17 Go to diff View file
M plugins/git/tests/e2e/cypress/cypress/e2e/git.cy.ts +1 −0 Go to diff View file
M plugins/testmanagement/tests/e2e/cypress/cypress/e2e/campaign.cy.ts +5 −36 Go to diff View file