Skip to content

v3.0.4

Latest
Compare
Choose a tag to compare
@sridharbandi sridharbandi released this 01 Apr 11:55
· 2 commits to master since this release

In build-environment which does not have access to the internet, you can host axe and htmlcs internally and can refer as below before executing accessibility checks.

  • For Axe axeRunner.setScriptURL("internalurl")
  • FOr HtmlCS htmlCsRunner.setScriptURL("internalurl")

@torsten-bit