Подготовить виртуальное окружение 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