The last few projects I worked on required to pass WCAG2A accessibility standards. I used a Node tool https://github.com/pa11y/pa11y to generate reports and identify issues.
The following command will generate a report.html report listing identified issues.
pa11y –reporter html https://pawelbogucki.com/ > report.html –standard=”WCAG2A”