Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
segevfiner opened this issue Apr 24, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@segevfiner
Copy link

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
Copy link
Author

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

@sodatea sodatea added the bug Something isn't working label Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants