An open API service indexing awesome lists of open source software.

https://github.com/qajonatasmartins/qa.pactumjs-test-api.javascript


https://github.com/qajonatasmartins/qa.pactumjs-test-api.javascript

api exemplos pactumjs testing

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# qa.pactumjs-test-api.javascript

Exemplos de como usar o pactum js

## API's para praticar

| Nome | Link |
| ------------------- | --------------------------------------------------- |
| Automation Exercise | [Link](https://automationexercise.com/api_list) |
| serverest | [Link](https://serverest.dev/) |
| pokeapi | [Link](https://pokeapi.co/) |
| randomuser | [Link](https://randomuser.me/documentation) |
| jsonplaceholder | [Link](https://jsonplaceholder.typicode.com/guide/) |
| reqres.in | [Link](/) |

## Executar projeto

1. Executar o `npm install`
2. Executar o `npm run test` para rodar todos os testes com o report do mochawesome (por defautl o relatório é aberto).
3. Executar o `npm run allure` para rodar todos os testes com o report do allure e depois `npm run allure-open` para abrir o relatório no pc.