Skip to content

Commit bf70cfd

Browse files
committed
Add playwright note and selenium legacy branch
1 parent a648080 commit bf70cfd

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Install dependencies
8989
run: |
9090
pip install -U pip wheel
91-
pip install .[dev]
91+
pip install -e .[dev]
9292
9393
- name: Test with pytest (with coverage)
9494
if: matrix.run-coverage == true

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ iteration of [widgetastic.patternfly4](https://github.com/RedHatQE/widgetastic.p
2626
Built on top of [widgetastic.core](https://github.com/RedHatQE/widgetastic.core) with **Playwright** as the browser
2727
automation engine, this library provides a robust and modern approach to UI testing for PatternFly components.
2828

29+
> **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.
30+
2931
## Installation
3032

3133
```bash

0 commit comments

Comments
 (0)