Skip to main content

A pytest wrapper with fixtures for Playwright to automate web browsers

Project description

Pytest Playwright

A Pytest wrapper for Playwright to automate web browsers (Chromium, Firefox, WebKit).

Features

  • Have a separate new page and context for each test with Pytest fixtures
  • Run your end-to-end tests on multiple browsers by a CLI argument
  • Run them headful with the --headful argument to debug them easily
  • Using base-url to only use the relative URL in your Page.goto calls

Fixtures

browser_name - session scope

A string which contains the current browser name.

browser - session scope

A Playwright browser instance for the whole test run.

context - function scope

A separate Playwright context instance for each new test.

page - function scope

A separate Playwright page instance for each new test.

launch_arguments - session scope

A fixture which you can define to overwrite the launch arguments. It should return a Dict.

context_arguments - session scope

A fixture which you can define to overwrite the context arguments. It should return a Dict.

CLI arguments

--browser

Per default, the tests run on all the browsers. You can pass multiple times the --browser flag to run it on different browsers or a single time to run it only on a specific browser.

Possible values: chromium, firefox, webkit

--headful

Per default, the tests run in headless mode. You can pass the --headful CLI flag to run the browser in headful mode.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytest-playwright-0.0.3.tar.gz (5.9 kB view details)

Uploaded Source

Built Distribution

pytest_playwright-0.0.3-py3-none-any.whl (3.7 kB view details)

Uploaded Python 3

File details

Details for the file pytest-playwright-0.0.3.tar.gz.

File metadata

  • Download URL: pytest-playwright-0.0.3.tar.gz
  • Upload date:
  • Size: 5.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for pytest-playwright-0.0.3.tar.gz
Algorithm Hash digest
SHA256 c95bc7ebc208c3711c34ed85cdcc9f30fb6d1bc48d6c6a5942d9150c0d263bca
MD5 b3c7d86dcc4f5e67965f82ea72ab3b72
BLAKE2b-256 021d1a41e6fa67e2b72cfb022045897598f2500026b7e88cdded4f456f5f5b4d

See more details on using hashes here.

File details

Details for the file pytest_playwright-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: pytest_playwright-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 3.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for pytest_playwright-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 76c008240eb271e12fcf7eecb6bf034fc6d413616a38affbc449b9367efb9bdf
MD5 e8ef921f20e48b98256d26039e0d36a0
BLAKE2b-256 dc49d6d3aa219536199958a8b35004b07da4cf43583807af351fa911ed2550e9

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page