Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ugioni/playwright-api-testing
- Owner: ugioni
- Created: 2024-11-03T04:28:14.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-11T02:19:54.000Z (about 1 month ago)
- Last Synced: 2024-11-11T02:39:24.793Z (about 1 month ago)
- Topics: api-testing, java, playwright
- Language: Java
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)