Open melibe23 opened 1 year ago
@elylucas
Some comments from my side:
The default file listed in Cypress Legacy configuration is index.js (TypeScript is not mentioned). This is the filename being used in https://docs.cypress.io/guides/tooling/typescript-support#Types-for-custom-commands.
In Cypress current configuration the default e2e support file is cypress/support/e2e.{js,jsx,ts,tsx}
and for component testing cypress/support/component.js
(no mention of TypeScript).
In Examples
6.8.0
and the repo has been archived, so probably it should be removed.9.7.0
. Its ci workflow is broken and needs work done on it to enable it to work with currently supported mechanisms on GitHub. I'm not sure how helpful this one is.10.x
and higher.
Subject
Guidelines
Description
I only see reference for <10 version of Cypress here, https://docs.cypress.io/guides/tooling/typescript-support#Types-for-custom-commands, is written someplace else?