create-vue icon indicating copy to clipboard operation
create-vue copied to clipboard

When creating a project with vitest + cypress E2E enabled, no tsconfig for Cypress support files or component testing is generated

Open segevfiner opened this issue 2 years ago • 1 comments

When you generated a project with Cypress E2E and no vitest, you get tsconfig.cypress-ct.json, but when you generated a project with Cypress E2E and Vitest, you get no top level tsconfig.json file coverting the Cypress support files.

segevfiner avatar Apr 24 '23 08:04 segevfiner

Also the generated config file doesn't properly exclude types for Cypress, nor does it handle co-existing with Vitest with proper include/exclude.

segevfiner avatar Apr 24 '23 09:04 segevfiner