wizsolucoes / intro-to-frontend-tests

Exemplos de testes para frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introdução a testes de frontend

Aplicação com exemplos de testes unitários, de integração e end-to-end.

Getting started

# install dependencies
npm install 

# create dist/main.js
npm run build 

Running the app

O "app" não requer um servidor http, basta abrir o arquivo index.html no seu navegador.

Running the tests

# run tests
npm test 

# run tests and generate coverage report
npm run test:coverage

# run only e2e tests
npm run test:e2e

About

Exemplos de testes para frontend

License:MIT License


Languages

Language:JavaScript 78.6%Language:HTML 13.7%Language:CSS 7.8%