dequelabs / axe-cli

[Deprecated] A command-line interface for the aXe accessibility testing engine
Mozilla Public License 2.0
430 stars 35 forks source link

custom axe-core new rule not run #24

Closed aarontk closed 7 years ago

aarontk commented 7 years ago

I created a custom axe-core with a new rule to verify if there are any headings on the page. The run never seemed to run. To verify my axe-core was being used, I modified an existing rule and verified the modified rule was executed. I'm using a local webserver so I have access to the code. I added a script element with the src attribute pointing to my axe-core. I ran the axe cli again and this time my new rule was executed.

WilcoFiers commented 7 years ago

This problem seems related to what you've already reported here: https://github.com/dequelabs/axe-webdriverjs/issues/38

I'm closing this as a duplicate, and we'll continue on the other issue.