Recheck-web is an open source automated accessibility testing tool for websites, scanning web pages to identify issues impacting accessibility for people with disabilities.
recheck-web is an open source web accessibility testing tool developed by the Swiss company ReTest GmbH. It is designed to help developers and quality assurance testers evaluate if websites meet accessibility standards and identify issues that may impact users with disabilities.
recheck-web runs automated scans of web pages by programmatically interacting with the website, simulating how a user would browse with assistive technologies like screen readers. It checks for compliance with established accessibility guidelines such as WCAG 2.1, Section 508, and EN 301 549.
The tool is able to detect common issues like missing alt text for images, insufficient color contrast, non-descriptive links and buttons, incorrect heading order, empty links and buttons, lack of form field labels, and more. After completing scans, recheck-web generates detailed reports highlighting detected issues, along with recommendations for fixes and best practices for accessible design.
As an open source tool, recheck-web benefits from contributions from a community of developers. It also has an intuitive browser-based interface for setting up and running scans, along with options for automation through integrations with testing frameworks like Selenium and tools like Jenkins and CircleCI.
Overall, recheck-web provides a useful automated testing capability for any web development team looking to efficiently assess and continuously improve the accessibility of their websites and web applications.