https://github.com/4lessandrodev/introducao_a_testes
Testes com Jest, Express, NodeJS, Javascript, Html5, Css
https://github.com/4lessandrodev/introducao_a_testes
Last synced: 10 months ago
JSON representation
Testes com Jest, Express, NodeJS, Javascript, Html5, Css
- Host: GitHub
- URL: https://github.com/4lessandrodev/introducao_a_testes
- Owner: 4lessandrodev
- Created: 2020-06-22T23:15:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-21T23:37:08.000Z (over 4 years ago)
- Last Synced: 2025-01-07T14:24:26.565Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 646 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introdução a testes
#### Tecnologias
1. Jest
2. NodeJS
3. Express
4. Javascript
5. Html5
6. Css
##### Para usar este projeto
`$ git clone https://github.com/ALESSANDROLMENEZES/introducao_a_testes.git`
`$ npm install`
`npm run test` ou `npm run test -- --coverage`
##### Resultados
[](http://alessandrodev.com/imagens/test1.jpg "Relatório Html")
[](http://alessandrodev.com/imagens/test2.jpg "Relatório Html")
##### Dependências
- Axios:
`npm install axios`
- Jest
`npm install --save-dev jest`
- prettier
`npm install --save-dev prettier`
- jest-runner-prettier
`npm i jest-runner-prettier`