vitest-dev / vscode

VS Code extension for Vitest
https://vitest.dev/vscode
MIT License
740 stars 83 forks source link

VS Code IDE with Docker. No tests have been found in this workspace yet. #452

Closed mauserez closed 3 weeks ago

mauserez commented 3 weeks ago

Describe the bug

passed Vitest successfully runs on Docker. But VS Code Testing workspace not see files marked like test.ts.

How to run vitest with docker. notests folderWithTest nocheckboxes

Reproduction

install "vitest": "^2.0.5" run project docker compose exec admin sh -c 'npm run dev'

Output

No tests have been found in this workspace yet.

Version

^2.0.5

Validations

github-actions[bot] commented 3 weeks ago

Hello @mauserez. Please provide a minimal reproduction using a GitHub repository or StackBlitz (you can also use examples). Issues marked with needs reproduction will be closed if they have no activity within 3 days.