stable

Clone or download

Read-only

Convert core cypress tests into typescript

part of request #14865 cypress typescript support How to test: make tests_cypress_distlp should run ts tests core tests are executed with typescript plugin tests are still in javascript => no error at execution Change-Id: Ifa267b60c8fd41a899dd9217b619e073aecc4a6c

Modified Files

Name
M plugins/projectmilestones/tests/e2e/cypress/cypress/support/index.js +1 −1 Go to diff View file
M tests/e2e/distlp/cypress/tsconfig.json +1 −9 Go to diff View file
R tests/e2e/full/cypress/integration/dashboard_project.spec.js Go to diff View file
R tests/e2e/full/cypress/integration/dashboard_user.spec.js Go to diff View file
R tests/e2e/full/cypress/integration/forum.spec.js Go to diff View file
R tests/e2e/full/cypress/integration/frs.spec.js Go to diff View file
R tests/e2e/full/cypress/integration/list.spec.js Go to diff View file
R tests/e2e/full/cypress/integration/news.spec.js Go to diff View file
R tests/e2e/full/cypress/integration/project_admin.spec.js Go to diff View file
R tests/e2e/full/cypress/integration/user_preferences.spec.js Go to diff View file
R tests/e2e/full/cypress/integration/wiki.spec.js Go to diff View file
R tests/e2e/full/cypress/support/api-helper.js Go to diff View file
R tests/e2e/full/cypress/support/commands.js Go to diff View file
A tests/e2e/full/cypress/support/index.d.ts +39 −0 Go to diff View file
M tests/e2e/full/cypress/support/index.js +3 −3 Go to diff View file
A tests/e2e/full/cypress/tsconfig.json +11 −0 Go to diff View file