Skip to content

Nikita-Filonov/playwright_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playwright python

Demo allure report

Project setup

git clone https://github.com/Nikita-Filonov/playwright_python.git
cd playwright_python

pip install virtualenv
virtualenv venv
source venv/bin/activate

pip install -r requirements.txt

Starting auto tests

python -m pytest