From antfu-skills
Covers Vue.js testing best practices: Vitest, Vue Test Utils, Playwright E2E, and patterns for mocking, async, composables, and snapshots.
How this skill is triggered — by the user, by Claude, or both
Slash command
/antfu-skills:vue-testing-best-practicesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Vue.js testing best practices, patterns, and common gotchas.
LICENSE.mdSYNC.mdreference/async-component-testing.mdreference/teleport-testing-complexity.mdreference/testing-async-await-flushpromises.mdreference/testing-browser-vs-node-runners.mdreference/testing-component-blackbox-approach.mdreference/testing-composables-helper-wrapper.mdreference/testing-e2e-playwright-recommended.mdreference/testing-no-snapshot-only.mdreference/testing-pinia-store-setup.mdreference/testing-suspense-async-components.mdreference/testing-vitest-recommended-for-vue.mdVue.js testing best practices, patterns, and common gotchas.
3plugins reuse this skill
First indexed Jul 1, 2026
npx claudepluginhub antfu/skillsCovers Vue.js testing best practices: Vitest, Vue Test Utils, Playwright E2E, and patterns for mocking, async, composables, and snapshots.
Provides Vue.js testing best practices covering Vitest, Vue Test Utils, component testing, mocking, and Playwright for E2E tests.
Reviews Vue 3 testing patterns with Vitest and Vue Test Utils for components, composables, Pinia stores, Vue Router, async/Suspense, Teleport, forms, accessibility, and Playwright E2E strategy. Advisory only.