Bitten的RobotFramework支持
项目描述
简介
RobotDriver是一个Trac插件,它为RobotFramework提供了对Bitten的支持。
安装
安装方式与其他Trac插件相同。使用setuptools的pip或easy_install命令是最简单的。
使用pip安装
pip install robotdriver
使用easy_install安装
easy_install robotdriver
之后,您必须配置您的Trac项目以使用此插件。编辑Trac目录中的conf/trac.ini以包括以下内容
[components] robotdriver.* = enabled
如果您已下载源tarball,可以按照以下方式进行安装
$ python setup.py build # python setup.py install # as root
示例
Bitten可能的一个示例构建配方如下
<build xmlns:svn="http://bitten.edgewall.org/tools/svn" xmlns:sh="http://bitten.edgewall.org/tools/sh" xmlns:robotdriver="http://bitbucket.org/xyb/robotdriver"> <step id="checkout" description="Checkout source"> <svn:checkout path="${path}" url="http://svn.douban.com/svn/robotdriver" revision="${revision}"/> </step> <step id="robot" description="Gather robotframework report"> <sh:exec executable="pybot" args="-C off -l NONE -r NONE -o output.xml data_sources"/> <robotdriver:robot file="output.xml" /> </step> </build>
许可证
本软件受新BSD许可证许可。有关完整的许可证文本,请参阅顶级分发目录中的LICENSE文件。
项目详情
关闭
RobotDriver-0.2.3.tar.gz 的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | bc3aff2a798b3bbd6d64d5cda7089d1d865b01a4152dcf5b7a21705d2dc31d61 |
|
MD5 | 9a4ab972c58ebd066120be50a0dad8e0 |
|
BLAKE2b-256 | e37c0587ca9d6727683cb1b09ec2a37e67099901b945f28c443ea125583050f6 |