stable

Clone or download

Read-only

refactor: Centralize session configuration

No functional change, end-to-end tests should pass. Note: Now that all plugins use session, we can pull back the configuration option to the shared lib and stop repeating it. part of request #29992 Bump cypress to 12.1.0 Change-Id: I362945c082c56a076abc48ec5e49ca55d1229913

Modified Files

Name
M lib/test-utils/cypress-configurator/package.json +8 −1 Go to diff View file
M lib/test-utils/cypress-configurator/src/cypress-config.ts +1 −1 Go to diff View file
M plugins/agiledashboard/tests/e2e/cypress/cypress.config.ts +1 −1 Go to diff View file
M plugins/crosstracker/tests/e2e/cypress/cypress.config.ts +1 −1 Go to diff View file
M plugins/document/tests/e2e/cypress/cypress.config.ts +1 −1 Go to diff View file
M plugins/frs/tests/e2e/cypress/cypress.config.ts +1 −1 Go to diff View file
M plugins/git/tests/e2e/cypress/cypress.config.ts +1 −1 Go to diff View file
M plugins/mediawiki/tests/e2e/cypress/cypress.config.ts +1 −1 Go to diff View file
M plugins/oauth2_server/tests/e2e/cypress/cypress.config.ts +1 −1 Go to diff View file
M plugins/program_management/tests/e2e/cypress/cypress.config.ts +1 −1 Go to diff View file
M plugins/projectmilestones/tests/e2e/cypress/cypress.config.ts +1 −1 Go to diff View file
M plugins/svn/tests/e2e/cypress/cypress.config.ts +1 −1 Go to diff View file
M plugins/taskboard/tests/e2e/cypress/cypress.config.ts +1 −1 Go to diff View file
M plugins/testmanagement/tests/e2e/cypress/cypress.config.ts +1 −1 Go to diff View file
M plugins/testplan/tests/e2e/cypress/cypress.config.ts +1 −1 Go to diff View file
M plugins/timetracking/tests/e2e/cypress/cypress.config.ts +1 −1 Go to diff View file
M plugins/tracker/tests/e2e/cypress/cypress.config.ts +1 −1 Go to diff View file
M tests/e2e/full/cypress.config.ts +1 −1 Go to diff View file