robot 安装及命令

2019-12-09  本文已影响0人  只知坚持_d778

https://www.cnblogs.com/wangjunjiehome/articles/7349719.html
RIDE桌面快捷创建:https://www.cnblogs.com/suhongzhen/p/7695237.html
内置工具:
libdoc 是用于为HTML和XML格式的测试库和资源文件生成关键字文档的工具。

python -m robot.libdoc [options] library_or_resource output_file
python -m robot.libdoc [options] library_or_resource list|show|version [names]

options:
-f  ,--format xx.html / xx.xml
-N ,--name  Sets the name of the documented library or resource.
-V , Sets the version of the documented library or resource.
-P, 在运行测试时搜索库和资源的其他位置。
-E, xx:xx 转义控制台中有问题的字符。
要转义的字符的名称和要用它转义的字符串。帮助输出中列出了可用的转义。

testdoc 是一个基于机器人框架测试数据生成高级文档的工具

python -m robot.testdoc [options] data_sources output_file

options:
-T, --title <title>
    Set the title of the generated documentation.

-N, --name <name>
    Override the name of the top level test suite.
-D, --doc <doc>
    Override the documentation of the top level test suite.
-M, --metadata <name:value>
    Set/override free metadata of the top level test suite.
-G, --settag <tag>
    Set given tag(s) to all test cases.
-t, --test <name>
    Include tests by name.
-s, --suite <name>
    Include suites by name.
-i, --include <tag>
    Include tests by tags.
-e, --exclude <tag>
    Exclude tests by tags.

tidy 是一个清理和改变机器人框架测试数据文件格式的工具.

python -m robot.tidy [options] inputfile
python -m robot.tidy [options] inputfile > outputfile
python -m robot.tidy --inplace [options] inputfile [more input files]
python -m robot.tidy --recursive [options] directory

python -m robot.tidy -h

如果你想测试数据库的话,还需要安装一个叫pyodbc的模块:pip install pyodbc。这样,整个环境就算搭建完成了。

上一篇下一篇

猜你喜欢

热点阅读