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-indexeddb polyfill 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

Test File Structure

Related skills

More from alexanderop/workouttracker

Installs
11
GitHub Stars
12
First Seen
Jan 24, 2026