Testing file download in Vitest Browser Mode
This post shows how to use Vitest Browser mode for testing file downloads, with key advantages over Playwright's approach. You'll learn to write custom commands to test downloads confidently, with minimal mocking, and hit 100% coverage. Check the demo repo for working code.