展示HN:开源网页无障碍测试工具

2作者: snupix23 天前原帖
我们在Clym的团队开发了一个开源的无障碍测试工具,旨在帮助开发者和审计人员识别并修复网页无障碍问题,将自动化测试和手动测试整合在一个平台上。 我们的工具集成了开源的axe-core库,用于针对WCAG 2.0、2.1、2.2和EN 301 549标准进行自动化测试。对于自动化无法可靠检测的问题,它还包括手动审查工作流程,指导测试人员进行上下文检查(例如键盘导航和视觉对比度验证)。 该工具还可以生成多种格式的无障碍符合性报告(ACR),并允许团队通过简单的配置层定义自己的规则、映射和修复步骤。 您可以在我们的GitHub上查看并参与该项目,或者在我们的网站上下载适用于Mac、Windows和Linux的应用程序。 我们非常希望听到开发者或无障碍测试人员的反馈,特别是关于您目前如何结合自动化和手动检查,以及哪些集成可以使这个工具更加实用。
查看原文
Our team at Clym built an open-source Accessibility Testing tool to help developers and auditors identify and fix web accessibility issues, combining automated and manual testing in one place.<p>Our tool integrates the open-source axe-core[1] library for automated testing against WCAG 2.0, 2.1, 2.2 and EN 301 549 standards. For issues that automation can&#x27;t reliably detect, it includes manual review workflows that guide testers through contextual checks (like keyboard navigation and visual contrast validation).<p>It can also generate Accessibility Conformance Reports (ACRs) in multiple formats and allows teams to define their own rules, mappings and remediation steps through a simple configuration layer.<p>You can view and contribute to the project on our github[2] or download the app for Mac, Windows and Linux on our website[3].<p>We&#x27;d love feedback from developers or accessibility testers — especially around how you combine automated and manual checks today, and what integrations would make this more useful.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;dequelabs&#x2F;axe-core" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dequelabs&#x2F;axe-core</a><p>[2] <a href="https:&#x2F;&#x2F;github.com&#x2F;clymio&#x2F;accessibility-tools" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;clymio&#x2F;accessibility-tools</a><p>[3] <a href="https:&#x2F;&#x2F;www.clym.io&#x2F;products&#x2F;accessibility-tools" rel="nofollow">https:&#x2F;&#x2F;www.clym.io&#x2F;products&#x2F;accessibility-tools</a>