Skip to content

py-AQA/playwright

Repository files navigation

playwright




playwright sandbox

pip install pytest-playwright

python -m venv venv

source venv/Scripts/activate

playwright install

playwright codegen --viewport-size=800,600 https://naveenautomationlabs.com/opencart/

playwright codegen -o lesson.py https://naveenautomationlabs.com/opencart/

pytest --headed tests/test_demo.py

pytest --headed --browser webkit --browser firefox

pytest --slowmo 1000

pytest --video=on --full-page-screenshot

About

playwright sandbox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published