I have a Test automation framework built using Java, Selenium and trying to run HTML_CodeSniffer inside java code to get the desired Accessibility violation logs.
https://github.com/squizlabs/HTML_CodeSniffer
I tried to embed this into our Java code and run using using trireme (https://github.com/apigee/trireme) as we dont have Node.JS setup but this isn't providing desired Accessibility violation logs.
How do we get HTML CodeSniffer run inside our Java code ?
Tried to integrate HTML CodeSniffer with Java code using Trireme, it didn't produce desired Accessibility violation logs.