stable

Clone or download

Read-only

Merge commit 'refs/changes/14/26414/11' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #27890 Improve cypress configuration Change-Id: Ibc5329c2d08834bfbe1fe8e085828b6fa2cd60dd

Modified Files

Name
A lib/test-utils/cypress-configurator/.gitignore +1 −0 Go to diff View file
A lib/test-utils/cypress-configurator/package.json +12 −0 Go to diff View file
A lib/test-utils/cypress-configurator/src/cypress-config.ts +36 −0 Go to diff View file
A lib/test-utils/cypress-configurator/tsconfig.json +8 −0 Go to diff View file
M lib/test-utils/cypress-utilities-support/tsconfig.json +2 −2 Go to diff View file
M package.json +1 −0 Go to diff View file
M plugins/agiledashboard/package.json +1 −0 Go to diff View file
M plugins/agiledashboard/pnpm-lock.yaml +2 −0 Go to diff View file
D plugins/agiledashboard/tests/e2e/cypress/cypress.config.js +0 −19 Go to diff View file
A plugins/agiledashboard/tests/e2e/cypress/cypress.config.ts +5 −0 Go to diff View file
M plugins/crosstracker/package.json +1 −0 Go to diff View file
M plugins/crosstracker/pnpm-lock.yaml +2 −0 Go to diff View file
D plugins/crosstracker/tests/e2e/cypress/cypress.config.js +0 −19 Go to diff View file
A plugins/crosstracker/tests/e2e/cypress/cypress.config.ts +5 −0 Go to diff View file
M plugins/docman/package.json +1 −2 Go to diff View file
M plugins/docman/pnpm-lock.yaml +0 −2 Go to diff View file
M plugins/document/package.json +1 −0 Go to diff View file
M plugins/document/pnpm-lock.yaml +2 −0 Go to diff View file
D plugins/document/tests/e2e/cypress/cypress.config.js +0 −20 Go to diff View file
A plugins/document/tests/e2e/cypress/cypress.config.ts +5 −0 Go to diff View file
M plugins/frs/package.json +1 −0 Go to diff View file
M plugins/frs/pnpm-lock.yaml +2 −0 Go to diff View file
D plugins/frs/tests/e2e/cypress/cypress.config.js +0 −20 Go to diff View file
A plugins/frs/tests/e2e/cypress/cypress.config.ts +5 −0 Go to diff View file
D plugins/frs/tests/e2e/cypress/cypress/fixtures/example.json +0 −5 Go to diff View file
M plugins/git/package.json +1 −0 Go to diff View file
M plugins/git/pnpm-lock.yaml +2 −0 Go to diff View file
D plugins/git/tests/e2e/cypress/cypress.config.js +0 −20 Go to diff View file
A plugins/git/tests/e2e/cypress/cypress.config.ts +5 −0 Go to diff View file
M plugins/mediawiki/package.json +1 −0 Go to diff View file
M plugins/mediawiki/pnpm-lock.yaml +2 −0 Go to diff View file
D plugins/mediawiki/tests/e2e/cypress/cypress.config.js +0 −20 Go to diff View file
A plugins/mediawiki/tests/e2e/cypress/cypress.config.ts +5 −0 Go to diff View file
M plugins/oauth2_server/package.json +1 −0 Go to diff View file
M plugins/oauth2_server/pnpm-lock.yaml +2 −0 Go to diff View file
D plugins/oauth2_server/tests/e2e/cypress/cypress.config.js +0 −21 Go to diff View file
A plugins/oauth2_server/tests/e2e/cypress/cypress.config.ts +8 −0 Go to diff View file
M plugins/program_management/package.json +1 −0 Go to diff View file
M plugins/program_management/pnpm-lock.yaml +2 −0 Go to diff View file
D plugins/program_management/tests/e2e/cypress/cypress.config.js +0 −20 Go to diff View file
A plugins/program_management/tests/e2e/cypress/cypress.config.ts +5 −0 Go to diff View file
M plugins/projectmilestones/package.json +1 −0 Go to diff View file
M plugins/projectmilestones/pnpm-lock.yaml +2 −0 Go to diff View file
D plugins/projectmilestones/tests/e2e/cypress/cypress.config.js +0 −20 Go to diff View file
A plugins/projectmilestones/tests/e2e/cypress/cypress.config.ts +5 −0 Go to diff View file
M plugins/svn/package.json +1 −0 Go to diff View file
M plugins/svn/pnpm-lock.yaml +2 −0 Go to diff View file
D plugins/svn/tests/e2e/cypress/cypress.config.js +0 −20 Go to diff View file
A plugins/svn/tests/e2e/cypress/cypress.config.ts +5 −0 Go to diff View file
M plugins/taskboard/package.json +1 −0 Go to diff View file
M plugins/taskboard/pnpm-lock.yaml +2 −0 Go to diff View file
D plugins/taskboard/tests/e2e/cypress/cypress.config.js +0 −20 Go to diff View file
A plugins/taskboard/tests/e2e/cypress/cypress.config.ts +5 −0 Go to diff View file
M plugins/testmanagement/package.json +1 −0 Go to diff View file
M plugins/testmanagement/pnpm-lock.yaml +2 −0 Go to diff View file
D plugins/testmanagement/tests/e2e/cypress/cypress.config.js +0 −20 Go to diff View file
A plugins/testmanagement/tests/e2e/cypress/cypress.config.ts +5 −0 Go to diff View file
M plugins/testplan/package.json +1 −0 Go to diff View file
M plugins/testplan/pnpm-lock.yaml +2 −0 Go to diff View file
D plugins/testplan/tests/e2e/cypress/cypress.config.js +0 −20 Go to diff View file
A plugins/testplan/tests/e2e/cypress/cypress.config.ts +5 −0 Go to diff View file
M plugins/timetracking/package.json +1 −0 Go to diff View file
M plugins/timetracking/pnpm-lock.yaml +2 −0 Go to diff View file
D plugins/timetracking/tests/e2e/cypress/cypress.config.js +0 −21 Go to diff View file
A plugins/timetracking/tests/e2e/cypress/cypress.config.ts +5 −0 Go to diff View file
M plugins/tracker/package.json +1 −0 Go to diff View file
M plugins/tracker/pnpm-lock.yaml +2 −0 Go to diff View file
D plugins/tracker/tests/e2e/cypress/cypress.config.js +0 −20 Go to diff View file
A plugins/tracker/tests/e2e/cypress/cypress.config.ts +5 −0 Go to diff View file
M pnpm-lock.yaml +2 −0 Go to diff View file
M tests/e2e/docker/run-tests.dockerfile +1 −0 Go to diff View file
D tests/e2e/full/cypress.config.js +0 −20 Go to diff View file
A tests/e2e/full/cypress.config.ts +4 −0 Go to diff View file
M tests/e2e/full/cypress/tsconfig.json +2 −4 Go to diff View file
M tests/e2e/full/run.sh +3 −0 Go to diff View file