- pip install -r requirements.txt
- playwright install
- run tests using: "pytest" from the IDE console (cli flags are stored in pytest.ini)
- pytest will print results table (including print statements) to the console
- I have included CLI flags to work in a CI/CD pipeline (azure devops)
- CLI arguments for playwright which provide a failure video and a trace report for debugging.