cquirosj / book-good-tests-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Writing Good Tests for Vue Applications

This is the repository for the Writing Good Tests for Vue Applications book.

# Install dependencies
npm install

# Start the dev server
npm run dev

# Run Component Tests
npm run test:component

# Run Application Tests with Vitest (jsdom, super fast)
npm run test:application:vitest

# Run Application Tests with Playwright (real browser)
npm run test:application:playwright

About


Languages

Language:TypeScript 54.6%Language:JavaScript 31.9%Language:Vue 12.1%Language:HTML 1.2%Language:CSS 0.2%