pip install -e .
python setup.py bdist_wheel
pytest
pytest --cov=playwright --cov-report html
open htmlcov/index.html
python setup.py bdist_wheel
python setup.py upload
mypy playwright
black .
pre-commit install
pip install -e .
python setup.py bdist_wheel
pytest
pytest --cov=playwright --cov-report html
open htmlcov/index.html
python setup.py bdist_wheel
python setup.py upload
mypy playwright
black .
pre-commit install