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
- Host: GitHub
- URL: https://github.com/qajonatasmartins/qa.pactumjs-test-api.javascript
- Owner: qajonatasmartins
- Created: 2023-04-02T00:57:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-11T11:50:45.000Z (almost 3 years ago)
- Last Synced: 2025-12-31T17:46:48.638Z (6 months ago)
- Topics: api, exemplos, pactumjs, testing
- Language: JavaScript
- Homepage:
- Size: 66.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: readme.md
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.