Skip to content

saurabh-gadre/playwright-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playwright Test Project with Python

  • Chromium headed test run

    • pytest -v --headed --browser=chromium
  • Stop on first failure

    • pytest -x
  • Run specific marked test

    • pytest -m smoke
  • Rerun last failed tests only

    • pytest --lf
  • Rerun all tests, starting with last failed

    • pytest --ff
  • Run with all CLI options together

    • pytest --ff -x -v
  • Running Pytest with Reports

    • pytest --template=html1/index.html --report=report.html

About

Playwright Automation with Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages