docs: added docs for browser_channel (#53)

This commit is contained in:
Kumar Aditya 2021-06-02 18:33:48 +05:30 коммит произвёл GitHub
Родитель 4c298680b9
Коммит aae2b43048
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 8 добавлений и 7 удалений

Просмотреть файл

@ -2,14 +2,14 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.0
rev: v4.0.1
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/psf/black
rev: 21.5b1
rev: 21.5b2
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy

Просмотреть файл

@ -66,6 +66,7 @@ def test_my_app_is_working(fixture_name):
- `browser`: Browser instance launched by Playwright.
- `browser_name`: Browser name as string.
- `browser_channel`: Browser Channel as string.
- `is_chromium`, `is_webkit`, `is_firefox`: Booleans for the respective browser types.
**Customizing fixture options**: For `browser` and `context` fixtures, use the the following fixtures to define custom launch options.

Просмотреть файл

@ -1,10 +1,10 @@
black==21.5b1
black==21.5b2
pytest==6.2.4
pytest-cov==2.12.0
pytest-cov==2.12.1
mypy==0.812
setuptools==56.2.0
setuptools==57.0.0
twine==3.4.1
wheel==0.36.2
flake8==3.9.2
pre-commit==2.12.1
Django==3.2.3
pre-commit==2.13.0
Django==3.2.4