squizlabs / HTML_CodeSniffer

HTML_CodeSniffer is a client-side JavaScript application that checks a HTML document or source code, and detects violations of a defined coding standard. Comes with standards that cover the three conformance levels of the W3C's Web Content Accessibility Guidelines (WCAG) 2.0 and the U.S. Section 508 legislation.
https://squizlabs.github.io/HTML_CodeSniffer/
BSD 3-Clause "New" or "Revised" License
1.12k stars 246 forks source link

How to run HTML_CodeSniffer inside Java code #311

Open bhupathi-automation opened 1 year ago

bhupathi-automation commented 1 year ago

Hi Team,

I would need your assistance in integrating HTML codesniffer with our existing Test Automation framework using Java Selenium, where we dont use Node.JS.

Could you please assist on how to embed this HTML codesniffer utility with java code and produce the desire Accessibility testing logs. Any relevant information would be highly appreciated.

Thanks.