https://github.com/ugioni/playwright-api-testing
API testing using JUNIT5 + Playwright
https://github.com/ugioni/playwright-api-testing
api-testing java playwright
Last synced: 24 days ago
JSON representation
API testing using JUNIT5 + Playwright
- Host: GitHub
- URL: https://github.com/ugioni/playwright-api-testing
- Owner: ugioni
- Created: 2024-11-03T04:28:14.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-11-15T22:00:22.000Z (6 months ago)
- Last Synced: 2025-03-24T16:31:27.387Z (about 1 month ago)
- Topics: api-testing, java, playwright
- Language: Java
- Homepage:
- Size: 11.7 KB
- Stars: 2
- 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
[](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)