#26 Playwright with Python | HTML Report Generation| PyTest with Playwright Part16

Опубликовано: 10 Март 2026
на канале: AutomationNeemo
3,976
19

#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