#playwright
#pytest
#python
We can add --capture=tee-sys in below command to get log in HTML report on failure if we are using pytest-html 3.1.1
pytest -s -v --headed --base-url=https://www.saucedemo.com --html=Report/
myreport.html --self-contained-html --capture=tee-sys --slowmo=600 --browser-channel=chrome