Pytest plugin to write end-to-end browser tests with Playwright.
Перейти к файлу
Max Schmitt 0d5a50e770 devops: add microsoft channel to conda publishing pipeline 2023-08-09 12:26:27 +02:00
.github/workflows devops: add microsoft channel to conda publishing pipeline 2023-08-09 12:26:27 +02:00
pytest_playwright chore: fix typo in code (#173) 2023-06-25 13:51:45 +02:00
tests feat: allow user to overwrite `browser_context_args` for a single test (#146) 2023-06-19 19:20:26 +02:00
.gitignore devops: Adding conda recipe (#176) 2023-07-25 22:13:48 +02:00
.pre-commit-config.yaml chore: bump dev dependencies (#120) 2022-07-06 10:45:13 +02:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2020-08-03 09:18:48 -07:00
CONTRIBUTING.md docs(readme): update structure (#9) 2020-09-29 19:44:22 -07:00
LICENSE Update LICENSE 2020-08-03 09:19:30 -07:00
README.md docs: fixed broken link 2022-01-14 16:54:10 +01:00
SECURITY.md fix(pre-commit): fix mypy error (#26) 2020-11-21 16:11:58 -08:00
conda_build_config.yaml devops: Adding conda recipe (#176) 2023-07-25 22:13:48 +02:00
local-requirements.txt chore(deps): bump django from 3.2.19 to 3.2.20 (#175) 2023-07-06 00:01:34 +00:00
meta.yaml devops: Adding conda recipe (#176) 2023-07-25 22:13:48 +02:00
setup.cfg chore: drop Python 3.7 (#177) 2023-07-18 18:50:52 +02:00
setup.py chore: drop Python 3.7 (#177) 2023-07-18 18:50:52 +02:00

README.md

Pytest plugin for Playwright PyPI

Write end-to-end tests for your web apps with Playwright and pytest.

  • Support for all modern browsers including Chromium, WebKit and Firefox.
  • Support for headless and headed execution.
  • Built-in fixtures that provide browser primitives to test functions.

Documentation

See on playwright.dev for examples and more detailed information.