Web and API Automation Example with Playwright and Python
This test project automates a test case on the RENIEC website (a Peruvian public organization) to run a query for the consulate in Cuenca.
In another scenario, I run a CRUD query on a public API for a pet store
Tools used in this project:
- Language: Python
- Test framework: Pytest
- Web driver: Playwright
- Design pattern: Simple