stable
Clone or download
Read-only
Part of request #26381: Prevent relative imports outside of a package Tests should still execute and typecheck. Change-Id: If8ce11b68d4adea65bc3663a2aa649e310463f69
Modified Files
Name | ||||
---|---|---|---|---|
A | lib/test-utils/cypress-utilities-support/.gitignore | +1 | −0 | Go to diff View file |
A | lib/test-utils/cypress-utilities-support/package.json | +12 | −0 | Go to diff View file |
R | tests/e2e/full/cypress/support/api-helper.ts | Go to diff View file | ||
A | lib/test-utils/cypress-utilities-support/src/commands-type-definitions.d.ts | +36 | −0 | Go to diff View file |
R | tests/e2e/full/cypress/support/commands.ts | Go to diff View file | ||
A | lib/test-utils/cypress-utilities-support/src/index.ts | +21 | −0 | Go to diff View file |
A | lib/test-utils/cypress-utilities-support/tsconfig.json | +13 | −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 |
M | plugins/agiledashboard/tests/e2e/cypress/cypress/support/index.ts | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/tests/e2e/cypress/tsconfig.json | +0 | −1 | 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 |
M | plugins/crosstracker/tests/e2e/cypress/cypress/support/index.ts | +1 | −1 | Go to diff View file |
M | plugins/crosstracker/tests/e2e/cypress/tsconfig.json | +0 | −1 | Go to diff View file |
M | plugins/docman/package.json | +2 | −1 | Go to diff View file |
M | plugins/docman/pnpm-lock.yaml | +2 | −0 | Go to diff View file |
M | plugins/docman/tests/e2e/cypress/cypress/support/index.ts | +1 | −1 | Go to diff View file |
M | plugins/docman/tests/e2e/cypress/tsconfig.json | +0 | −1 | 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 |
M | plugins/document/tests/e2e/cypress/cypress/support/index.ts | +1 | −1 | Go to diff View file |
M | plugins/document/tests/e2e/cypress/tsconfig.json | +0 | −1 | 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 |
M | plugins/frs/tests/e2e/cypress/cypress/support/index.ts | +1 | −1 | Go to diff View file |
M | plugins/frs/tests/e2e/cypress/tsconfig.json | +0 | −1 | 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 |
M | plugins/git/tests/e2e/cypress/cypress/support/index.ts | +1 | −1 | Go to diff View file |
M | plugins/git/tests/e2e/cypress/tsconfig.json | +0 | −1 | Go to diff View file |
M | plugins/mediawiki/package.json | +2 | −1 | Go to diff View file |
M | plugins/mediawiki/pnpm-lock.yaml | +2 | −0 | Go to diff View file |
M | plugins/mediawiki/tests/e2e/cypress/cypress/support/index.ts | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/tests/e2e/cypress/tsconfig.json | +0 | −1 | 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 |
M | plugins/oauth2_server/tests/e2e/cypress/cypress/support/index.ts | +1 | −1 | Go to diff View file |
M | plugins/oauth2_server/tests/e2e/cypress/tsconfig.json | +0 | −1 | 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 |
M | plugins/program_management/tests/e2e/cypress/cypress/support/index.ts | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/e2e/cypress/tsconfig.json | +0 | −1 | 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 |
M | plugins/projectmilestones/tests/e2e/cypress/cypress/support/index.ts | +1 | −1 | Go to diff View file |
M | plugins/projectmilestones/tests/e2e/cypress/tsconfig.json | +0 | −1 | 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 |
M | plugins/svn/tests/e2e/cypress/cypress/support/index.ts | +1 | −1 | Go to diff View file |
M | plugins/svn/tests/e2e/cypress/tsconfig.json | +0 | −1 | 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 |
M | plugins/taskboard/tests/e2e/cypress/cypress/support/index.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/tests/e2e/cypress/tsconfig.json | +0 | −1 | 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 |
M | plugins/testmanagement/tests/e2e/cypress/cypress/support/index.ts | +1 | −1 | Go to diff View file |
M | plugins/testmanagement/tests/e2e/cypress/tsconfig.json | +0 | −1 | 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 |
M | plugins/testplan/tests/e2e/cypress/cypress/support/index.ts | +1 | −1 | Go to diff View file |
M | plugins/testplan/tests/e2e/cypress/tsconfig.json | +0 | −1 | 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 |
M | plugins/timetracking/tests/e2e/cypress/cypress/support/index.ts | +1 | −1 | Go to diff View file |
M | plugins/timetracking/tests/e2e/cypress/tsconfig.json | +0 | −1 | 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 |
M | plugins/tracker/tests/e2e/cypress/cypress/support/index.ts | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/e2e/cypress/tsconfig.json | +0 | −1 | Go to diff View file |
M | pnpm-workspace.yaml | +2 | −0 | Go to diff View file |
A | tests/e2e/full/cypress/package.json | +10 | −0 | Go to diff View file |
A | tests/e2e/full/cypress/pnpm-lock.yaml | +7 | −0 | Go to diff View file |
M | tests/e2e/full/cypress/support/index.ts | +1 | −2 | Go to diff View file |
M | tests/e2e/full/cypress/tsconfig.json | +1 | −1 | Go to diff View file |