Vitest Config Generator
Generate vitest.config.ts with coverage, reporters, and environment settings
All processing happens in your browser. No data is sent to any server.
Environment
Include / Exclude
Timeouts & Execution
Mocks
Coverage
Generated vitest.config.ts
Why This Tool
Vitest has many configuration options for test environments, coverage providers, reporters, and transforms. This generator provides a visual form to configure everything and outputs a ready-to-use vitest.config.ts file.
How It Works
Select your test environment (jsdom, happy-dom, node), configure coverage settings (v8, istanbul), choose reporters, and set path aliases. Copy the generated config into your project.