pa11y:Pa11y是您的自动辅助功能测试伙伴 源码
Pa11y Pa11y是您的自动辅助功能测试伙伴。 它通过命令行或Node.js在页面上运行可访问性测试,因此您可以自动化测试过程。 在命令行上: pa11y http://example.com/ 在JavaScript中: const pa11y = require ( 'pa11y' ) ; pa11y ( 'http://example.com/' ) . then ( ( results ) => { // Do something with the results } ) ; 如果需要GUI,可以尝试 。 它是用于Windows,OSX和Linux的桌面应用程序
下载地址
用户评论