stable
Clone or download
Read-only
part of request #14865 cypress typescript support No functional changes. make tests_cypress should still end wihtout errors. Note: some plugins are not covered by this patch (testplan and openid_connect) they'll be done in dedicated commit. Change-Id: I785e31ea9bb03e68d3c1ad729e7fe132a00d387c
Modified Files
Name | ||||
---|---|---|---|---|
R | plugins/agiledashboard/tests/e2e/cypress/cypress/integration/agile-dasboard.spec.js | Go to diff View file | ||
R | plugins/agiledashboard/tests/e2e/cypress/cypress/integration/kanban.spec.js | Go to diff View file | ||
R | plugins/docman/tests/e2e/cypress/cypress/support/index.js | Go to diff View file | ||
A | plugins/agiledashboard/tests/e2e/cypress/tsconfig.json | +7 | −0 | Go to diff View file |
M | plugins/agiledashboard/tsconfig.json | +4 | −1 | Go to diff View file |
R | plugins/crosstracker/tests/e2e/cypress/cypress/integration/cross_tracker_search.spec.js | Go to diff View file | ||
R | plugins/agiledashboard/tests/e2e/cypress/cypress/support/index.js | Go to diff View file | ||
A | plugins/crosstracker/tests/e2e/cypress/tsconfig.json | +7 | −0 | Go to diff View file |
R | plugins/docman/tests/e2e/cypress/cypress/integration/docman.spec.js | Go to diff View file | ||
R | plugins/document/tests/e2e/cypress/cypress/support/index.js | Go to diff View file | ||
A | plugins/docman/tests/e2e/cypress/tsconfig.json | +7 | −0 | Go to diff View file |
R | plugins/document/tests/e2e/cypress/cypress/integration/document.spec.js | Go to diff View file | ||
R | plugins/crosstracker/tests/e2e/cypress/cypress/support/index.js | Go to diff View file | ||
A | plugins/document/tests/e2e/cypress/tsconfig.json | +7 | −0 | Go to diff View file |
R | plugins/git/tests/e2e/cypress/cypress/integration/git.spec.js | Go to diff View file | ||
D | plugins/git/tests/e2e/cypress/cypress/support/index.js | +0 | −21 | Go to diff View file |
A | plugins/git/tests/e2e/cypress/cypress/support/index.ts | +21 | −0 | Go to diff View file |
A | plugins/git/tests/e2e/cypress/tsconfig.json | +7 | −0 | Go to diff View file |
R | plugins/mediawiki/tests/e2e/cypress/cypress/integration/mediawiki.spec.js | Go to diff View file | ||
R | plugins/mediawiki/tests/e2e/cypress/cypress/integration/platform_allows_anonymous.spec.js | Go to diff View file | ||
R | plugins/mediawiki/tests/e2e/cypress/cypress/integration/platform_allows_restricted.spec.js | Go to diff View file | ||
D | plugins/mediawiki/tests/e2e/cypress/cypress/support/index.js | +0 | −21 | Go to diff View file |
A | plugins/mediawiki/tests/e2e/cypress/cypress/support/index.ts | +21 | −0 | Go to diff View file |
A | plugins/mediawiki/tests/e2e/cypress/tsconfig.json | +7 | −0 | Go to diff View file |
R | plugins/projectmilestones/tests/e2e/cypress/cypress/integration/projectmilestones.spec.js | Go to diff View file | ||
R | plugins/projectmilestones/tests/e2e/cypress/cypress/support/index.js | Go to diff View file | ||
A | plugins/projectmilestones/tests/e2e/cypress/tsconfig.json | +7 | −0 | Go to diff View file |
R | plugins/svn/tests/e2e/cypress/cypress/integration/svn.spec.js | Go to diff View file | ||
D | plugins/svn/tests/e2e/cypress/cypress/support/index.js | +0 | −21 | Go to diff View file |
A | plugins/svn/tests/e2e/cypress/cypress/support/index.ts | +21 | −0 | Go to diff View file |
R | plugins/taskboard/tests/e2e/cypress/cypress/integration/taskboard.spec.js | Go to diff View file | ||
D | plugins/taskboard/tests/e2e/cypress/cypress/support/index.js | +0 | −21 | Go to diff View file |
A | plugins/taskboard/tests/e2e/cypress/cypress/support/index.ts | +21 | −0 | Go to diff View file |
A | plugins/taskboard/tests/e2e/cypress/tsconfig.json | +7 | −0 | Go to diff View file |
R | plugins/testmanagement/tests/e2e/cypress/cypress/integration/campaign.spec.js | Go to diff View file | ||
D | plugins/testmanagement/tests/e2e/cypress/cypress/support/index.js | +0 | −21 | Go to diff View file |
A | plugins/testmanagement/tests/e2e/cypress/cypress/support/index.ts | +21 | −0 | Go to diff View file |
A | plugins/testmanagement/tests/e2e/cypress/tsconfig.json | +7 | −0 | Go to diff View file |
R | plugins/timetracking/tests/e2e/cypress/cypress/integration/timetracking.spec.js | Go to diff View file | ||
D | plugins/timetracking/tests/e2e/cypress/cypress/support/index.js | +0 | −21 | Go to diff View file |
A | plugins/timetracking/tests/e2e/cypress/cypress/support/index.ts | +21 | −0 | Go to diff View file |
A | plugins/timetracking/tests/e2e/cypress/tsconfig.json | +7 | −0 | Go to diff View file |
R | plugins/tracker/tests/e2e/cypress/cypress/integration/tql.spec.js | Go to diff View file | ||
R | plugins/tracker/tests/e2e/cypress/cypress/integration/tracker_artifact.spec.js | Go to diff View file | ||
R | plugins/tracker/tests/e2e/cypress/cypress/integration/tracker_workflow.spec.js | Go to diff View file | ||
D | plugins/tracker/tests/e2e/cypress/cypress/support/index.js | +0 | −21 | Go to diff View file |
A | plugins/tracker/tests/e2e/cypress/cypress/support/index.ts | +21 | −0 | Go to diff View file |
A | plugins/tracker/tests/e2e/cypress/tsconfig.json | +7 | −0 | Go to diff View file |
M | tests/e2e/full/cypress/support/api-helper.ts | +3 | −3 | Go to diff View file |
M | tests/e2e/full/cypress/support/commands.ts | +17 | −1 | Go to diff View file |
D | tests/e2e/full/cypress/support/index.d.ts | +0 | −39 | Go to diff View file |
R | tests/e2e/full/cypress/support/index.js | Go to diff View file |