paul-hammant / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:JavaScript 61.1%Language:Vue 33.4%Language:HTML 5.5%