Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ugioni/playwright-api-testing


https://github.com/ugioni/playwright-api-testing

api-testing java playwright

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# API test automation with Playwright

> Testes de API usando Maven + Playwright

## GitHub Actions

[![Node.js CI](https://github.com/ugioni/integration-tests-jest/actions/workflows/node.js.yml/badge.svg?branch=master)](https://github.com/ugioni/integration-tests-jest/actions/workflows/node.js.yml)

# Como começar

### Playwright docs:
- [Playwright](https://playwright.dev/java/docs/api-testing)

### Pré requisitos:
- Java JDK 8

### Como executar?

Dentro do painel do Maven:

1. `mvn clean`
1. `mvn test`

### Allure reports - Relatório HTML

- comando: mvn allure:report
- pasta target >> site >> index.html

### Docs to Api under tests:
- [ServeRest](https://serverest.dev/#/)
- [ServeRest - Datadog](https://p.datadoghq.eu/sb/421fcfee-35ec-11ee-b87f-da7ad0900005-2aaf85264a89d11b7001bcab452a266e?refresh_mode=sliding&theme=light&tpl_var_env%5B0%5D=serverest.dev&from_ts=1699931511294&to_ts=1699932411294&live=true)