Vue Test Utils
Guide
API Reference
Migrating from Vue 2
Changelog
GitHub
Guide
API Reference
Migrating from Vue 2
Changelog
GitHub
  • Installation
  • Essentials

    • Getting Started
    • A Crash Course
    • Conditional Rendering
    • Testing Emitted Events
    • Testing Forms
    • Passing Data to Components
    • Write components that are easy to test
  • Vue Test Utils in depth

    • Slots
    • Asynchronous Behavior
    • Making HTTP Requests
    • Transitions
    • Component Instance
    • Reusability and Composition
    • Testing v-model
    • Testing Vuex
    • Testing Vue Router
    • Testing Teleport
    • Stubs and Shallow Mount
  • Extending Vue Test Utils

    • Plugins
    • Community and Learning
  • Migrating from Vue 2
  • API Reference

Community and Learning #

  • Vue 3 Testing Handbook. Online guide.
  • Become a Ninja with Vue 3. Ebook and online course.
  • Vue.js 3: The Composition API. Online course (includes a testing module).
  • Testing Vue 3 apps with Vue Test Utils. Playlist.
  • Testing Vue.js Components. Online course.
  • Front-end Testing and a tale of three users. Blog post.
Edit this page
Plugins
Migrating from Vue 2