This project provides a framework to develop automated test cases using Playwright.
We use the public website below to illustrate how to use this framework:
https://www.globalsqa.com/angularJs-protractor/BankingProject/#/login
The framework demonstrates:
- Browser automation using Playwright
- Test execution with Pytest
pip install -r requirements.txtplaywright installpip install -e .pytest ./tests