Learn how to build robust Vue.js apps with testing and debugging tools that let you dig below the surface.
Overview
Syllabus
Introduction
- Testing Vue applications
- What you should know
- Exercise files for testing and debugging
- Why you need to test
- Setting up the sample project
- What makes up a testing toolkit?
- Getting started with Jest
- Syntax error checking with ESLint
- Installing and running Jest
- Testing strings using matchers
- Testing numeric values
- Testing objects and arrays
- Organizing tests
- Testing asynchronous code
- Analyzing test coverage
- Mounting components using render
- Accessing elements within a component
- Firing events on components
- Debugging errors using Chrome DevTools
- Setting up Vue Devtools
- Debugging with Vue Devtools
- Tracking and debugging state
- Running a performance audit
- Introduction to Cypress
- Running a simple end-to-end test with Cypress
- Automated testing with CircleCI
- Next steps with testing
Taught by
Alexander Zanfir