#11 Playwright with Python | PyTest framework with Playwright Part 1

Опубликовано: 21 Март 2026
на канале: AutomationNeemo
8,366
49

#playwright
#pytest
#python
In this video we learned about below topics:
Playwright pytest installation-
pip install pytest-playwright
Auto generate pytest script with Inspector tool
Pytest naming conventions:
python files: "test*"
python functions/modules: "test*"
python classes: Test*
Run first pytest test in headed and headless mode
pytest -s == this will run in headless mode
pytest --headed -s == this will run in headed mode (chromium browser will launch by default)

Githhub link -https://github.com/automationneemo/Pl...