Skip to content

afanasievkirill/playwright_pytest_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

playwright_pytest_example

Предварительные настройки.

Подготовить виртуальное окружение Python.

$ python -m venv venv

Активировать виртуальное окружение Python.

$ .\venv\Scrypt\activate

Установить зависимости.

$ pip install -r requirements.txt

Запуск тестов.

Запуск всех тестов в Хэдлесс моде.

$ pytest --base-url http://localhost

Запуск всех тестов.

$ pytest --headed --base-url http://localhost

Генерация тестов.

$ playwright codegen ${URL}

Полезные ссылки.

$ https://playwright.dev/python/
$ https://devhints.io/css
$ https://devhints.io/xpath

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages