From bf70cfd8d493879a18792e6b9f58a2da509dcbd5 Mon Sep 17 00:00:00 2001 From: Nikhil Dhandre Date: Mon, 15 Dec 2025 16:04:15 +0530 Subject: [PATCH] Add playwright note and selenium legacy branch --- .github/workflows/tests.yaml | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 2b53432..4685ef6 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -88,7 +88,7 @@ jobs: - name: Install dependencies run: | pip install -U pip wheel - pip install .[dev] + pip install -e .[dev] - name: Test with pytest (with coverage) if: matrix.run-coverage == true diff --git a/README.md b/README.md index 9d6c7e9..8363991 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ iteration of [widgetastic.patternfly4](https://github.com/RedHatQE/widgetastic.p Built on top of [widgetastic.core](https://github.com/RedHatQE/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](https://github.com/RedHatQE/widgetastic.patternfly5/tree/legacy-selenium-support) branch. + ## Installation ```bash