pip install -e .
python ./build_driver.py
pytest
pytest --cov=playwright --cov-report html
open htmlcov/index.html
python ./build_package.py
... check
python ./upload_package.py
mypy playwright
black .
pre-commit install
pip install -e .
python ./build_driver.py
pytest
pytest --cov=playwright --cov-report html
open htmlcov/index.html
python ./build_package.py
... check
python ./upload_package.py
mypy playwright
black .
pre-commit install