Skip to main content

Patternfly5 widget library for Widgetastic.

Project description

widgetastic.patternfly5

Python Versions PyPI version github actions pre: black

Overview

This library offers Widgetastic Widgets for PatternFly v5/v6, serving as an extended iteration of widgetastic.patternfly4.

Built to extend widgetastic.core with Playwright as the browser automation engine, this library provides a robust and modern approach to UI testing for PatternFly components.

Note: The main branch now uses Playwright for browser automation. For the legacy Selenium implementation, please refer to the legacy-selenium-support branch.

Installation

# Install from PyPI
pip install widgetastic.patternfly5

# Or install from source
git clone https://github.com/RedHatQE/widgetastic.patternfly5.git
cd widgetastic.patternfly5
pip install -e .

Supported Components

Components

Charts:

Patterns

Development

Contribution guide

# clone the repo
git clone https://github.com/RedHatQE/widgetastic.patternfly5.git
cd widgetastic.patternfly5

# create a virtual environment
python3 -m venv .venv_pfy5
source .venv_pfy5/bin/activate

# update pip and its friends
pip install -U pip setuptools wheel

# install the package in editable mode
pip install -e .[dev]
# if you use zsh, pip install will fail. Use this instead:
pip install -e ".[dev]"

# install Playwright browsers for testing
playwright install chromium firefox
playwright install-deps

# setup pre-commit hooks
pre-commit install

Testing

The library includes comprehensive tests that run against the official PatternFly documentation pages:

Tests are powered by Playwright, providing fast, reliable, and modern browser automation.

Prerequisites

Before running tests, install Playwright browsers:

# Install Playwright (included in dev dependencies)
pip install -e ".[dev]"

# Install Playwright browsers
playwright install chromium firefox

# Install system dependencies (if needed)
playwright install-deps

Running Tests

Basic test execution:

# Run tests with default settings (chromium, v6, headed mode)
pytest -v

# Run tests against PatternFly v5
pytest -v --pf-version v5

# Run tests with Firefox
pytest -v --browser firefox

# Run tests in headless mode (no browser window)
pytest -v --headless

Advanced options:

# Run tests in parallel (speeds up execution)
pytest -v -n 3 --browser chromium --pf-version v6

# Run with slow motion for debugging (100ms delay between actions)
pytest -v --slowmo 100

# Run specific test file
pytest testing/components/test_button.py -v --browser firefox

# Run tests with coverage
pytest -v --cov=./ --cov-report=html

Available test options:

Option Choices Default Description
--browser chromium, firefox chromium Browser to use for testing
--pf-version v5, v6 v6 PatternFly version to test against
--headless flag False Run in headless mode (no UI)
--slowmo milliseconds 0 Slow down operations for debugging
-n number 1 Number of parallel workers (requires pytest-xdist)

Debugging Tests

When debugging, it's helpful to:

  1. Run tests in headed mode (without --headless) to see browser interactions
  2. Use --slowmo to slow down actions and observe what's happening
  3. Run a single test file or test function instead of the entire suite
  4. Reduce parallelism (-n 1 or remove -n flag) to avoid race conditions
# Debug specific test with visible browser and slow execution
pytest testing/components/test_modal.py::test_modal_basic -v --slowmo 1000

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

widgetastic_patternfly5-26.5.11.0-py3-none-any.whl (55.2 kB view details)

Uploaded Python 3

File details

Details for the file widgetastic_patternfly5-26.5.11.0-py3-none-any.whl.

File metadata

File hashes

Hashes for widgetastic_patternfly5-26.5.11.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4b0f8d572bd6dc2f6245a6831a1ba757f91336d91fe1837e71042e1ce0fd43e4
MD5 4105ca927007b724e597dd003836d09e
BLAKE2b-256 987bb2c8ec4cd9bffc85f744e4d4777cd1e89c831b33c4edb1ab339b96773878

See more details on using hashes here.

Provenance

The following attestation bundles were made for widgetastic_patternfly5-26.5.11.0-py3-none-any.whl:

Publisher: deploy.yml on RedHatQE/widgetastic.patternfly5

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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