stable

Clone or download

Read-only

refactor: Use cy.session to log in tracker tests

No functional change. End-to-end tests for tracker should succeed. Note: tracker_artifact file is huge, but even if we work in the same project imported by xml, it does not seems that tests have dependency so I kept the way they were split part of request #29992 Bump cypress to 12.1.0 Change-Id: Ie39f7cc7ae786e98b1673da0cfabca1f82331f9c

Modified Files

Name
M lib/test-utils/cypress-utilities-support/src/commands-type-definitions.d.ts +0 −2 Go to diff View file
M lib/test-utils/cypress-utilities-support/src/commands.ts +0 −4 Go to diff View file
M plugins/tracker/tests/e2e/cypress/_fixtures/tracker_artifact_project/project.xml +2 −1 Go to diff View file
M plugins/tracker/tests/e2e/cypress/cypress.config.ts +2 −1 Go to diff View file
M plugins/tracker/tests/e2e/cypress/cypress/e2e/artifact_link-usage.cy.ts +5 −12 Go to diff View file
M plugins/tracker/tests/e2e/cypress/cypress/e2e/empty_followup.cy.ts +2 −6 Go to diff View file
M plugins/tracker/tests/e2e/cypress/cypress/e2e/tql.cy.ts +68 −114 Go to diff View file
M plugins/tracker/tests/e2e/cypress/cypress/e2e/tracker_artifact.cy.ts +78 −36 Go to diff View file
M plugins/tracker/tests/e2e/cypress/cypress/e2e/tracker_workflow.cy.ts +14 −13 Go to diff View file