Skip to content

Commit 4d9b391

Browse files
committed
add aria-testing
1 parent 6f67243 commit 4d9b391

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: AlexanderDokuchaev/md-dead-link-check@v1.2.0
1010

1111
lint-markdown:
12-
name: python
12+
name: rumdl Check
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v5

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ Collection of awesome Python resources for testing and generating test data.
230230

231231
## UI Testing
232232

233+
- [aria-testing](https://github.com/t-strings/aria-testing) - Accessibility-focused DOM testing library for tdom, built with modern Python 3.14+.
233234
- [Flybirds](https://github.com/ctripcorp/flybirds) - is a front-end UI automation test framework based on BDD mode, providing a series of out-of-the-box tools and complete documentation.
234235
- [Golem](https://github.com/golemhq/golem) - is a test framework and a complete tool for browser automation. Tests can be written with code in Python, codeless using the web IDE, or both.
235236
- [helium](https://github.com/mherrmann/selenium-python-helium) - is great for web automation. Helium makes it easier to use.

0 commit comments

Comments
 (0)