stable

Clone or download

Read-only

Convert distlp tests to typescript

part of request #14865 cypress typescript support In order to ease typescript dev and in order to make sure than everybody runs the same version of cypress types I needed to move the cypress dependency from Dockerfile to npm dev dependency (=> without that, IDEs doesn't have cypress types and dev is hard when cy/it/describe commands are no longer recongized) How to test: make tests_cypress_distlp should run ts tests make tests_cypress and make tests_cypress_dev should still wotk Change-Id: I7d5c9aae8a3bdd97f240e1ff92cd07e7537f6df6

Modified Files

Name
M .eslintrc.js +1 −1 Go to diff View file
M package-lock.json +839 −0 Go to diff View file
M package.json +1 −0 Go to diff View file
R tests/e2e/distlp/cypress/integration/homepage.spec.js Go to diff View file
R tests/e2e/distlp/cypress/integration/svn.spec.js Go to diff View file
R tests/e2e/distlp/cypress/support/commands.js Go to diff View file
A tests/e2e/distlp/cypress/support/index.d.ts +27 −0 Go to diff View file
M tests/e2e/distlp/cypress/support/index.js +1 −1 Go to diff View file
A tests/e2e/distlp/cypress/tsconfig.json +11 −0 Go to diff View file