|
1 | | -# Project Resume |
| 1 | +# Jest-Supertest Api Tests |
2 | 2 |
|
3 | | -In this project, I'll show how we can use an architecture to simplify building, updating and finding any errors |
4 | | -easily with this pattern I've built! |
| 3 | +## Conteúdo |
| 4 | +- [Jest-Supertest Api Tests](#jest-supertest-api-tests) |
| 5 | + - [Conteúdo](#conteúdo) |
| 6 | + - [Instalação e Uso da arquitetura](#instalação-e-uso-da-arquitetura) |
| 7 | + - [Uso](#uso) |
| 8 | + - [Arquivo de Configuração:](#arquivo-de-configuração) |
| 9 | + - [Versões necessárias para a execução do projeto:](#versões-necessárias-para-a-execução-do-projeto) |
5 | 10 |
|
6 | | -## Table of Contents |
7 | 11 |
|
8 | | -- [Project Resume](#project-resume) |
9 | | - - [Table of Contents](#table-of-contents) |
10 | | - - [Installation](#installation) |
11 | | - - [Usage](#usage) |
12 | | - - [How to contribute](#how-to-contribute) |
13 | | - - [Contribution guidelines](#contribution-guidelines) |
14 | | - - [Contact](#contact) |
| 12 | +## Instalação e Uso da arquitetura |
15 | 13 |
|
16 | | -## Installation |
17 | | - |
18 | | -Run to install and use the project: |
| 14 | +Execute para instalar e usar o projeto: |
19 | 15 |
|
20 | 16 | `npm install --save-dev @types/jest @types/node` |
21 | 17 |
|
22 | | -## Usage |
| 18 | +## Uso |
23 | 19 |
|
24 | | -After you install the depencencies you can use the command below to run the tests: |
| 20 | +Após a instalação das dependências, é possível executar o projeto execxutando o comando: |
25 | 21 |
|
26 | 22 | `npm test` |
27 | 23 |
|
28 | | -## How to contribute |
29 | | -1. Fork the project |
30 | | -2. Create a branch for your contribution: git checkout -b feature/your-feature |
31 | | -3. Make your changes and commit: git commit -m 'Add amazing feature' |
32 | | -4. Push to your fork: git push origin feature/your-feature |
33 | | -5. Open a Pull Request to the main branch of the project |
| 24 | +## Arquivo de Configuração: |
34 | 25 |
|
35 | | -## Contribution guidelines |
| 26 | +`constants.ts` |
36 | 27 |
|
37 | | - - Add new tests |
38 | | - - Follow the existing code style |
| 28 | +## Versões necessárias para a execução do projeto: |
| 29 | + - dependencies : |
39 | 30 |
|
40 | | -## Contact |
| 31 | + "@types/supertest": "^6.0.2", |
| 32 | + "jest": "^29.7.0", |
| 33 | + "jest-html-reporter": "^3.10.2", |
| 34 | + "ts-node": "^10.9.2" |
| 35 | + |
41 | 36 |
|
42 | | -If you're interested in finding out more, don't hesitate to contact me via linkedin! |
| 37 | + - devDependencies: |
43 | 38 |
|
44 | | -www.linkedin.com/in/alexalexandrealves |
| 39 | + "@jest/globals": "^29.7.0", |
| 40 | + "@types/jest": "^29.5.14", |
| 41 | + "@types/node": "^22.10.6", |
| 42 | + "supertest": "^6.3.4", |
| 43 | + "ts-jest": "^29.1.2", |
| 44 | + "typescript": "^5.3.3" |
0 commit comments