Skip to main content

A pytest plugin for playwright python

Project description

version codecov docs

pytest-playwright-enhanced

[!CAUTION] pytest-playwright-enhanced is in the alpha stage.

pytest-playwright-enhanced is a batteries included pytest plugin for the playwright python bindings that offers extended functionality with a focus on removing boilerplate code for projects that wish to test modern web applications and APIs. pytest-playwright-enhanced plans to offer the following:

  • Automatic, browser management and installation if required (TBD)
  • Improved, human readable APIs that build on top of playwrights API.
  • Improved artifacting and debugability.
  • Asynchronous support.
  • Custom hooks to allow you to plugin and modify behaviour at runtime.
  • Much More...

pytest-playwright-enhanced is currently implementing core plugin functionality, the main enhancements will follow shortly.

pytest-playwright-enhanced right now treats browsers, contexts and pages at a function level. This allows easily per test overrides at the small cost of slightly less performance creating browsers, for now it is worth it as it offers much more flexibility and user defined configurations.


Quick Start

Quickly get running by doing the following:

  • pip install pytest-playwright-enhanced
  • pytest <posargs> --acquire-binaries=with-deps

Fixtures


  • pw_playwright - At present this returns the sync Playwright instance.
  • pw_multi_browser - Automatically run a test on chromium, firefox and webkit.
  • pw_headed - Returns if the browser is running headlessly or not.
  • pw_slow_mo - Returns the currently throttle in milliseconds, defaults to 0.
  • pw_is_chromium - Returns if the current browser is chromium.
  • pw_is_webkit - Returns if the current browser is webkit.
  • pw_is_firefox - Returns if the current browser is firefox.
  • pw_root_url - Returns the base url auto loaded by Page objects.
  • pw_browser - Returns the current Browser instance.
  • pw_browser_engine - A string representing the type of browser for this test.
  • pw_context_kwargs - An overridable fixture to control arguments to playwright Context instances.
  • pw_page - Returns a new Page instance.
  • pw_is_debugging - Returns if playwright will be using PW_DEBUG mode.
  • pw_browser_kwargs - An overridable fixture to control arguments to playwright `Browser nstances.

Hooks

pytest_playwright_acquire_binaries: Hook in and customise binary acquisition at runtime. pytest_playwright_is_debugging: User defined behaviour for detecting if an IDE is debugging. pytest_playwright_browser_env: Control the environment passed on to playwright browser instances.


Markers

  • @pytest.mark.only_on_browsers - Only run on a subset of browsers when using the pw_multi_browser fixture.
  • @pytest.mark.context_kwargs - Per test level overrides to the context object.
  • @pytest.mark.browser_kwargs - Per test level overrides to the browser object.

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_enhanced-0.1.4.tar.gz (15.3 kB view details)

Uploaded Source

Built Distribution

pytest_playwright_enhanced-0.1.4-py3-none-any.whl (17.9 kB view details)

Uploaded Python 3

File details

Details for the file pytest_playwright_enhanced-0.1.4.tar.gz.

File metadata

  • Download URL: pytest_playwright_enhanced-0.1.4.tar.gz
  • Upload date:
  • Size: 15.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.12.2 Linux/6.5.0-1016-azure

File hashes

Hashes for pytest_playwright_enhanced-0.1.4.tar.gz
Algorithm Hash digest
SHA256 21be5bac2e7b87a6e5f49727b467959dfd211acabb28b649da2db2d22b5ca5e8
MD5 b67475c767cf2ebee01808ab6647915c
BLAKE2b-256 e675d0a143872b6cd4c2c6a454fa199a4533471831b7444cbbe086d0587df2d5

See more details on using hashes here.

File details

Details for the file pytest_playwright_enhanced-0.1.4-py3-none-any.whl.

File metadata

File hashes

Hashes for pytest_playwright_enhanced-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 98d14e8ca9f3d3ddf4248785188121fbfdd4cd4d84a578ae557d71b229a9c6c3
MD5 8fc3242b9e2f8d656aec92f9f38a8b1c
BLAKE2b-256 a80298872d5445e808b8ba4b5956e0fb73bed1a4024ea73ac06da5d587b54652

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