This repository contains my project using Python Playwright 🎭 and Docker🐋
The project uses Page Object Model(POM) design pattern to implement the tests of CAG Contactor Website
Clone the code and create a virtal environment. Install the requirements.txt
and activate the virtual env, after that you can fire the below command
pytest -v tests
docker build . -t playwright-python-end-2-end:v3
docker run -it playwright-python-end-2-end:v3 pytest -v