美文网首页
robot 安装及命令

robot 安装及命令

作者: 只知坚持_d778 | 来源:发表于2019-12-09 14:15 被阅读0次

    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。这样,整个环境就算搭建完成了。

    相关文章

      网友评论

          本文标题:robot 安装及命令

          本文链接:https://www.haomeiwen.com/subject/vmhbhctx.html