vue-integration-testing
Installation
SKILL.md
Vue Integration Testing
Write integration tests that verify complete user flows using Vitest Browser Mode (Playwright) with the createTestApp helper and Page Objects.
Test Infrastructure
- Framework: Vitest 4 with Playwright browser mode (real browser, not jsdom)
- Database:
fake-indexeddbpolyfill for IndexedDB - Queries: Vitest Browser locators with automatic retry
Commands:
pnpm test # Run all tests
pnpm test:watch # Watch mode
pnpm test:headed # Visible browser (debugging)
pnpm test:coverage # With coverage