1. vue-test-utils
Utilities for testing Vue components.
vue-test-utils
Package: vue-test-utils
Created by: vuejs
Last modified: Tue, 28 Jun 2022 20:32:05 GMT
Version: 1.0.0-beta.11
License: MIT
Downloads: 42,582
Repository: https://github.com/vuejs/vue-test-utils

Install

npm install vue-test-utils
yarn add vue-test-utils

vue-test-utils Build Status

Currently in beta

To use vue-test-utils beta:

// npm
npm install --save-dev vue-test-utils@latest

// yarn
yarn add --dev vue-test-utils@latest

Intro

vue-test-utils is the official test library for Vue.js. It provides methods for unit testing Vue components.

Documentation

Refer to documentation

Examples

Questions

For questions and support please use the Discord chat room, Gitter chat room, or the official forum. The issue list of this repo is exclusively for bug reports and feature requests.

Issues

Please make sure to read the Issue Reporting Checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.

Contribution

Please make sure to read the Contributing Guide before making a pull request. If you have a Vue-related project/component/tool, add it with a pull-request to this curated list!

Changelog

Details changes for each release are documented in the release notes.

Stay In Touch

For the latest releases and announcements, follow on Twitter: @vuejs

License

MIT

Dependencies

Dependencies

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin