You can manage tests both from the Testing view and directly within your test files. Vitest uses vscode's TestController API to provide a unified testing experience. You can read the official guide on ...