文件名称:accessibility-driver:生成 HTML 可访问性报告的 Selenium WebDriver 实现
文件大小:38KB
文件格式:ZIP
更新时间:2024-06-26 07:23:44
JavaScript
辅助功能驱动程序 一个 selenium webdriver 实现,它将使用生成 HTML 无障碍报告 要求 必须安装 PhantomJS,例如 brew install phantomjs (add linux instructions) 用法 val driver = new AccessibilityDriver (run tests) driver.quit //The quit command triggers the production of the report, make sure you quit the driver after testing 报告 生成的报告最终将在 target/accessibility-reports/[timestamp]/index.html 包装 要打包 scala 版本 2.10 和 2.11(在 build.sbt 中定义),
【文件预览】:
accessibility-driver-master
----.gitignore(324B)
----LICENCE(11KB)
----README.md(3KB)
----src()
--------main()
----project()
--------plugins.sbt(200B)
--------HmrcBuild.scala(3KB)