Skip to content

Andrei-Zayats/python-playwright

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

python-playwright

UI tests

Repository on github

Technologies

  • Python
  • Playwright
  • Allure Report

Commands

Install Playwright for Python:

pip install pytest-playwright

Install Allure Report for Python:

pip install allure-pytest

Run tests in headed mode:

pytest --headed

Run tests in headed mode with two browsers and allure:

pytest -v -s --headed --alluredir allure_results --browser webkit --browser firefox

Make report:

allure serve allure_results

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages