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.
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.