Changelog: https://docs.cypress.io/guides/references/changelog#13-6-2
Since git #tuleap/stable/380ae8efdd0f7fd4607c46d5487515ab19243eb8, when we run make tests-e2e
or during our Nightly CI job, end-to-end (e2e) tests fail with a TypeScript error like:
Your configFile is invalid: /tuleap/plugins/tracker/tests/e2e/cypress/cypress.config.ts
It threw an error when required, check the stack trace below:
TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension ".ts" for /tuleap/plugins/tracker/tests/e2e/cypress/cypress.config.ts
And the same error for each plugin and for core.
It looks like this error was due to our usage of extends
in tsconfig.json
. It is fixed by cypress 13.6.2.