Update: Vitest docs have a Learn section now
- Svelte Docs: Testing
- Vitest Docs: Browser Mode
- Sveltest - Comprehensive Testing Suite for Svelte
- github.com/vitest-community/vitest-browser-svelte
- github.com/testing-library/svelte-testing-library
- Testing svelte5 with vitest and playwright for non svelte-kit projects
- From JSDOM to Real Browsers: Testing Svelte with Vitest Browser Mode - Scott Spence
- Migrating from @testing-library/svelte to vitest-browser-svelte - Scott Spence
- Alternative SvelteKit E2E Testing Example with Bun