/testing-vue-3-apps-with-vue-test-utils

Learn to test Vue 3 apps from scratch to advanced use cases, including mocks/stubs, vuex/vue-router, and other complex use cases.

Primary LanguageJavaScript

vue-test-utils

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Run your ui-clicking nightwatch.js tests

yarn test:e2e

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.