Gabe

Results 17 issues of Gabe

We should setup coverage for our selenium tests - Ref: https://github.com/dequelabs/axe-core-maven-html/pull/320#issuecomment-1595043312 Goal - coverage should be >=80%

tech debt
selenium
web-apis

To better match axe-core's end results we should add (as a QOL feature) when a user does the following: ```java AxeBuilder axeBuilder = new AxeBuilder(); axeBuilder.withRules("label"); // ... ``` In...

tech debt
playwright
selenium
web-apis

### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/webdriverio/webdriverio/blob/main/CONTRIBUTING.md#reporting-new-issues). ### WebdriverIO Version latest ### Node.js Version 20 ### Mode WDIO...

Bug 🐛

Ref: https://github.com/dequelabs/axe-core-npm/issues/329

`runLegacy()` and `runPartial`/`finishRun` do not produce the same results causing our test to fail as we assert that the axe-results generated are equal. Test in question: https://github.com/dequelabs/axe-core-maven-html/blob/3d13cc7662e7428c7217ba687e696a0622c9ac62/selenium/src/test/java/com/deque/html/axecore/selenium/Axe43xIntegrationTest.java#L257-L276 There are few...

QA: required
SIZE: medium
web-apis

Since chrome >= 128 passing `--headless` will default to use `--headless=new`. This causes the lazy loaded iframe to have unwanted side effects when running axe and does not catch the...

QA: required
SIZE: medium
web-apis