Pytest plugin to write end-to-end browser tests with Playwright.
Перейти к файлу
dependabot[bot] 97a44570c6
chore(deps): bump django from 3.2.19 to 3.2.20 (#175)
Bumps [django](https://github.com/django/django) from 3.2.19 to 3.2.20.
- [Commits](https://github.com/django/django/compare/3.2.19...3.2.20)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-06 00:01:34 +00:00
.github/workflows devops: Update GitHub Actions (#171) 2023-06-02 22:17:55 +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 feat: add more testing goodies (screenshot, video, tracing) (#70) 2021-08-08 21:01:14 +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 django from 3.2.19 to 3.2.20 (#175) 2023-07-06 00:01:34 +00:00
setup.cfg feat: added browser channel argument (#47) 2021-04-01 10:23:17 +02:00
setup.py chore: update requirements to allow the latest `python-slugify` (#160) 2023-04-05 10:53:30 +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.