dequelabs / axe-core-maven-html

Tools for using axe for web accessibility testing with JUnit, Selenium, and Playwright
Mozilla Public License 2.0
81 stars 102 forks source link

chore: update jacoco dep #320

Closed straker closed 1 year ago

straker commented 1 year ago

Tried to run the Playwright package but it errored on jacoco. Updating the dependency to support openjdk 20. Also made the http-server log silent.

straker commented 1 year ago

Tried to do the same for Selenium but ran into issues with the server needing python, so installed http-server there and then needed to port over @dbjorge fix of adding the -a \"\" argument.

straker commented 1 year ago

Also noticed that Selenium isn't using jacoco, so don't now if we have code coverage running there.

Zidious commented 1 year ago

Also noticed that Selenium isn't using jacoco, so don't now if we have code coverage running there.

Ya that is correct - Selenium doesn't have any code coverage checks like Jacoco ATM