Pytest plugin to write end-to-end browser tests with Playwright.
Перейти к файлу
Max Schmitt 1a54e220a3
devops: delete unused conda_build_config (#214)
2024-04-03 17:49:13 +02:00
.github/workflows devops: bump GitHub Action workflows (#215) 2024-04-03 08:48:34 -07:00
pytest_playwright chore: add trailing comma for consistent black formatting (#208) 2024-02-11 16:07:51 +01:00
tests fix: mark.browser_context_args should clear for the next test (#189) 2023-10-09 09:50:40 +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
local-requirements.txt chore(deps): bump black from 22.6.0 to 24.3.0 (#212) 2024-03-20 18:51:58 +01:00
meta.yaml chore(conda): adjust minimal required playwright version (#182) 2023-08-09 15:44:24 +02:00
setup.cfg chore: drop Python 3.7 (#177) 2023-07-18 18:50:52 +02:00
setup.py chore: support Pytest v8 (#203) 2024-02-01 00:26:20 +01: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.