Gabe
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%
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...
### 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...
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...
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...