stable

Clone or download

Read-only

Cypress E2E tests need to type check to be executed

Closes request #14865: cypress typescript support Change-Id: I13d13061e36c9357678dedbe1badfbf1d2fd18f4

Modified Files

Name
M .eslintrc.js +1 −1 Go to diff View file
M plugins/agiledashboard/tests/e2e/cypress/cypress/support/commands.ts +10 −2 Go to diff View file
M plugins/docman/tests/e2e/cypress/cypress/integration/docman.spec.ts +2 −0 Go to diff View file
M plugins/document/tests/e2e/cypress/cypress/integration/document.spec.ts +4 −0 Go to diff View file
M plugins/git/tests/e2e/cypress/cypress/integration/git.spec.ts +1 −1 Go to diff View file
M plugins/svn/tests/e2e/cypress/cypress/integration/svn.spec.ts +1 −1 Go to diff View file
A plugins/svn/tests/e2e/cypress/tsconfig.json +7 −0 Go to diff View file
M plugins/taskboard/tests/e2e/cypress/cypress/integration/taskboard.spec.ts +5 −3 Go to diff View file
M plugins/testmanagement/tests/e2e/cypress/cypress/integration/campaign.spec.ts +2 −0 Go to diff View file
R tests/e2e/distlp/cypress/support/index.d.ts Go to diff View file
M plugins/tracker/tests/e2e/cypress/cypress/integration/tql.spec.ts +2 −2 Go to diff View file
M plugins/tracker/tests/e2e/cypress/cypress/integration/tracker_workflow.spec.ts +4 −4 Go to diff View file
A src/scripts/user/user-group-constants.d.ts +20 −0 Go to diff View file
M tests/e2e/distlp/cypress/run.sh +1 −0 Go to diff View file
M tests/e2e/distlp/cypress/support/commands.ts +14 −0 Go to diff View file
R tests/e2e/distlp/cypress/support/index.js Go to diff View file
M tests/e2e/distlp/cypress/tsconfig.json +4 −1 Go to diff View file
M tests/e2e/full/cypress/support/api-helper.ts +2 −2 Go to diff View file
M tests/e2e/full/cypress/support/commands.ts +28 −17 Go to diff View file
M tests/e2e/full/cypress/tsconfig.json +2 −2 Go to diff View file
M tests/e2e/full/run.sh +2 −0 Go to diff View file