vuejs / test-utils

Vue Test Utils for Vue 3
https://test-utils.vuejs.org
MIT License
1.03k stars 245 forks source link

Vue Test Utils

Component testing utils for Vue 3.

Languages

πŸ‡«πŸ‡· French version of this README.md

Installation and Usage

Get started with the documentation.

Coming from Vue 2 + Test Utils v1?

Check the migration guide. It's still a work in progress. If you find a problem or something that doesn't work that previously did in Vue Test Utils v1, please open an issue.

Documentation

See the docs.

Development

Get started by running pnpm install. You can run the tests with pnpm test. That's it!

Contributing Docs

All the documentation files can be found in packages/docs. It contains the English markdown files while translation(s) are stored in their corresponding <lang> sub-folder(s):

Besides that, the .vitepress sub-folder contains the config and theme, including the i18n information.

To add or maintain the translations, we follow the Vue Ecosystem Translation Guidelines.