Vue test utils
Vue Test Utils — это библиотека для тестирования компонентов Vue. В данном цикле статей, попробуем научиться тестировать vue компоненты на небольших примерах.
" alt="Vue.js How is the cookbook different from the guide? Why is this necessary?">
Vue test utils — практика
" alt="Vue.js How is the cookbook different from the guide? Why is this necessary?">
Vue Test Utils — attachTo
" alt="Vue.js How is the cookbook different from the guide? Why is this necessary?">
Vue test utils — attrs
" alt="Vue.js How is the cookbook different from the guide? Why is this necessary?">
vue test utils - тестирование props
" alt="Vue.js How is the cookbook different from the guide? Why is this necessary?">
vue test utils - тестирование начального состояния (ref)
" alt="Vue.js How is the cookbook different from the guide? Why is this necessary?">
vue test utils - тестирование метода и изменения состояния
" alt="Vue.js How is the cookbook different from the guide? Why is this necessary?">
vue test utils - тестирование emit события
" alt="Vue.js How is the cookbook different from the guide? Why is this necessary?">
vue test utils - тестирование компонента с v-if
" alt="Vue.js How is the cookbook different from the guide? Why is this necessary?">
Vue test utils - тестирование input и v-model
" alt="Vue.js How is the cookbook different from the guide? Why is this necessary?">
Vue test utils - Тестирование списка (v-for)
" alt="Vue.js How is the cookbook different from the guide? Why is this necessary?">
Vue test utils - тестирование computed свойства
" alt="Vue.js How is the cookbook different from the guide? Why is this necessary?">
Vue test utils - тестирование async функции и загрузки данных
" alt="Vue.js How is the cookbook different from the guide? Why is this necessary?">
Vue test utils - Тестирование компонента с watch
" alt="Vue.js How is the cookbook different from the guide? Why is this necessary?">
Vue test utils - Тестирование provide/inject
" alt="Vue.js How is the cookbook different from the guide? Why is this necessary?">
Vue test utils - Тестирование глобальных плагинов
" alt="Vue.js How is the cookbook different from the guide? Why is this necessary?">
Vue test utils - тестируем (уровень junior+/ middle)