用于自动化WebAIM Wave工具栏的Robot Framework资源
项目描述
Robot Framework的WAVE库
WAVE是由WebAIM创建的访问性分析服务和Firefox插件。此库提供了一些Robot Framework资源,用于使用Firefox插件执行自动化分析。
(此包包含一个预安装了WAVE工具栏扩展的Firefox配置文件。WAVE工具栏、其界面元素、设计元素、功能及其底层代码均为(c) WebAIM所有。)
安装
$ pip install robotframework-wavelibrary
示例测试
*** Settings *** Library WAVELibrary Suite setup Open WAVE browser Suite teardown Close all browsers *** Test Cases *** Test single page [Documentation] Single page test could interact with the target ... app as much as required and end with triggering ... the accessibility scan. Go to http://www.plone.org/ Check accessibility errors Test multiple pages [Documentation] Template based test can, for example, take a list ... of URLs and perform accessibility scan for all ... of them. While regular test would stop for the ... first failure, template based test will just jump ... to the next URL (but all failures will be reported). [Template] Check URL for accessibility errors http://www.plone.org/ http://www.drupal.org/ https://joomla.net.cn/ http://www.wordpress.org/
运行
$ pybot demo.robot
变更日志
0.1.3 (2013-05-26)
修复:仅在WAVE工具栏报告错误时截取页面截图
0.1.2 (2013-05-26)
更新文档。
0.1.1 (2013-05-25)
修复打包(从README中删除了非ASCII字符)
0.1.0 (2013-05-25)
首次预发布
项目详情
下载文件
下载适用于您平台的文件。如果您不确定选择哪个,请了解更多关于安装包的信息。
源代码分发
robotframework-wavelibrary-0.1.3.zip (344.7 kB 查看哈希值)
关闭
robotframework-wavelibrary-0.1.3.zip的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | 6beddd8da9837105ac7050e7244b6362d90a943240c7f7f2de99c8700a7eebf2 |
|
MD5 | 5a35473c3dc895edcd354479713a68c7 |
|
BLAKE2b-256 | ef70f3afff943bb7e0b6e9de2aa50df9ca2f38d7772efb308692ec26ed1a962b |