You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.
I have tried to create a custom standard, to take only the tests which I need in my project.
As template I use the example inside the resources/sniffers folder.
As far I can see, the creation is successful via a11y-sniffer. But when I use this sniffer I get the error Test function errored for "http://example.dev/"
I start debugging and find out that I get this JS error when the test is started. Error: HTML CodeSniffer: undefined is not an object (evaluating 'window.HTMLCS.process') .
Can you have a look at this? Maybe some dependencies have been change or something else.
With the original sniffer from the project everything works fine.
The text was updated successfully, but these errors were encountered:
I have tried to create a custom standard, to take only the tests which I need in my project.
As template I use the example inside the
resources/sniffers
folder.As far I can see, the creation is successful via
a11y-sniffer
. But when I use this sniffer I get the errorTest function errored for "http://example.dev/"
I start debugging and find out that I get this JS error when the test is started.
Error: HTML CodeSniffer: undefined is not an object (evaluating 'window.HTMLCS.process')
.Can you have a look at this? Maybe some dependencies have been change or something else.
With the original sniffer from the project everything works fine.
The text was updated successfully, but these errors were encountered: