path r'c test.html',robot framework - robot命令参数解析

robot 命令参数解析

version > 3.0.1

原文档查看命令:

robot --help

robot -h

-F --extension value

通过文件扩展名控制需要执行的用例。如果只执行一个文件,这个参数无效。需要执行多个扩展名时,用“:”分隔开。

Examples:

--extension robot

-F robot:txt

-N --name name

设置测试套件的名称。如果包含“_”显示为空格。默认值为脚本所在目录的名称。不影响测试的执行过程。

Examples:

--name Regression_Test

-N Smoke

-D --doc documentation

设置整体测试报告的文档。如果包含“_”显示为空格。支持简单的html格式。不影响测试的执行过程。

Examples:

***bold***

http://url/

-M --metadata name:value

设置整体测试报告的数据信息,会显示在测试报告中。不影响测试的执行过程。

Examples:

--metadata version:1.2

--M version:1.2

-G --settag tag *

设置全局标签

Examples:

--settag tag1

--G tag2

-t --test name *

通过测试用名称控制执行范围

Examples:

--test casename1

-t testname2

-s --suite name *

通过测试套件名称控制测试执行范围

Examples:

--suite parentname.childname

-s suitename

-i --include tag *

通过标签控制测试执行范围,可以使用AND, OR, and NOT 操作符

Examples:

--include foo --include bar*

--include fooANDbar*

-e --exclude tag *

通过标签控制测试不执行范围

Examples:

--exclude tag1

-e tag2

-R --rerunfailed output

重新执行一个更早的output文件中的Fail的测试用例

Examples:

--rerunfailed output.xml

-R output.xml

-S --rerunfailedsuites output

重新执行一个更早的output文件中的Fail的Testsuite中的测试用例

Examples:

--rerunfailedsuites output.xml

-S output.xml

-c --critical tag *

设置重要标签的范围

Examples:

--critical tag1

-c tag2

-n --noncritical tag *

设置不重要标签的范围

Examples:

--noncritical tag1

-n tag2

-v --variable name:value *

添加参数

Examples:

--variable str:Hello =>${str} = `Hello`

-v hi:Hi_World -E space:_=>${hi} = `Hi World`

-v x: -v y:42=>${x} = ``, ${y} = `42`

-V --variablefile path *

添加参数文件

Examples:

--variablefile path/vars.yaml

--variablefile environment.py:testing

-d --outputdir dir

测试结果输出文件夹

Examples:

--outputdir result/

-d result/

-o --output file

测试结果数据文件名 Default: output.xml

Examples:

--output output.xml

-o out.xml

-l --log file

测试log文件名,可以通过None值禁用测试日志功能

Examples:

--log mylog.html

-l NONE

-r --report file

测试报告文件名,可以通过None值禁用测试报告功能

Examples:

--report myreport.html

-r NONE

-x --xunit file

兼容xUnit的报告,默认不创建

Examples:

--xunit myxunit1.xml

-x myxunit2.xml

--xunitskipnoncritical

在Xunit报告中标记不重要的测试

-T --timestampoutputs

创建带时间戳的报告文件 output-20070503-154410.xml,report-20070503-154410.html

Examples:

-T -o output.xml -r report.html -l none

--splitlog

把日志文件拆分成很多小的js文件

--logtitle title

设置显示在日志中的名称,“_”转化为空格“ ”

--reporttitle title

设置显示在测试报告中的名称,“_”转化为空格“ ”

--reportbackground colors

设置测试报告背景颜色

Examples:

--reportbackground green:yellow:red

--reportbackground #00E:#E00

-L --loglevel level

设置日志等级,可用的等级有: TRACE,DEBUG, INFO (默认值), WARN, NONE (没有日志).

Examples:

--loglevel DEBUG

--loglevel DEBUG:INFO

--suitestatlevel level

设置显示在测试报告和测试日志中的test suite层数

Examples: --suitestatlevel 3

--tagstatinclude tag *

***在Statistics by Tag中只包含匹配的标签 和“测试详细信息”在日志和报告。 默认 显示全部测试用例中设置的标签。 ***

Examples: --tagstatinclude tag1

--tagstatexclude tag *

***在Statistics by Tag中不包含匹配的标签 和“测试详细信息”在日志和报告。 ***

Examples: --tagstatexclude tag1

--tagstatcombine tags:name *

组合一个标签显示,可以使用--include的操作符

Examples:

--tagstatcombine requirement-*

--tagstatcombine tag1ANDtag2:My_name

--tagdoc pattern:doc *

给标签添加文档说明,可以用表达式匹配标签

Examples:

--tagdoc mytag:My_documentation

--tagdoc regression:*See*_http://info.html

--tagdoc owner-*:Original_author

--tagstatlink pattern:link:title *

添加标签的状态链接和说明,例如添加bug链接

Examples:

--tagstatlink mytag:http://my.domain:Link

--tagstatlink bug-*:http://tracker/id=%1:Bug_Tracker

--removekeywords all|passed|for|wuks|name:|tag: *

在测试日志中移除关键字

all: 删除所有关键字

passed:删除所有passed的测试用例的关键字

for: 删除for循环中的关键字

wuks:(保留原文,没研究出怎么生效)remove all but the last failing keyword inside BuiltIn.Wait Until Keyword Succeeds

name::移除表达式匹配出的关键字

Examples:

--removekeywords name:Lib.HugeKw

--removekeywords name:myresource.*

tag::删除指定测试用例中匹配出的关键字

Examples:

--removekeywords foo

--removekeywords fooANDbar*

--flattenkeywords for|foritem|name:|tag: *

展开关键字

for: 完全展开for循环关键字

foritem: 单独展开for循环的元素

name::展开匹配出的关键字

Examples:

`--removekeywords name:`

tag::展开指定测试用例中匹配出的关键字

Examples:

`--removekeywords tag:`

--listener class *

监听器

Examples:

--listener MyListenerClass

--listener path/to/Listener.py:arg1:arg2

--warnonskippedfiles

配置这个参数后会在控制台和测试日志中显示warning信息,默认值显示info信息

--nostatusrc

测试状态码设置为0,报错的代码会正弦显示

--runemptysuite

及时测试用例集为空也执行测试,不会报没有测试用例的错误

--dryrun

验证测试用例的语法,不会真正执行测试用例

-X --exitonfailure

有任何重要的测试用例Fail的时候,结束测试执行

--exitonerror

有任何语法错误或者引用错误时直接结束测试

--skipteardownonexit

结束测试的时候跳过teardown设置

--randomize all|suites|tests|none

随机执行测试

all:随机全部的 suites 和 tests

suites: 随机 suites

tests:随机 tests

none: 没有随机 (默认)

用语法 VALUE:SEED 可以设置默认的随机种子 SEED必须是整数

Examples:

--randomize all

--randomize tests:1234

--prerunmodifier class *

开始执行测试之前,先用程序编辑一下测试套件结构

--prerebotmodifier class *

在成成测试报告和日志之前,先用程序编辑一下测试结果的模型

--console type

设置控制台输出的方式

verbose:report every suite and test (default)

dotted: pass显示".",重要的fail显示“F”,普通fail显示”f“

quiet:除了errer和warning之外,没有输出

none: 不输出任何信息

-. --dotted

等效于--console dotted

--quiet

等效于--console quiet

-W --consolewidth chars

设置控制台信息的输出宽度,默认值”78“

-C --consolecolors auto|on|ansi|off

设置控制台输出的颜色

auto: 输出不重定向是使用颜色 (默认值)

on: 一直使用颜色

ansi: 适用于Windows

off:关闭颜色显示

注意颜色设置在 Windows 的 Jython中不是生效

-K --consolemarkers auto|on|off

显示顶层关键字标记

-P --pythonpath path *

引用库的路径

Examples:

--pythonpath libs/

--pythonpath /opt/testlibs:mylibs.zip:yourlibs

-E star:STAR -P lib/STAR.jar -P mylib.jar

-E --escape what:with *

转义 可用的转义符: amp (&), apos ('), at (@), bslash (), colon (:), comma (,), curly1 ({), curly2 (}), dollar ($), exclam (!), gt (>), hash (#), lt (

Examples:

--escape space:_ --metadata X:Value_with_spaces

-E space:SP -E quot:Q -v var:QhelloSPworldQ

-A --argumentfile path *

参数文件

Example file:

| --include regression

| --name Regression Tests

| # This is a comment line

| my_tests.robot

| path/to/test/directory/

Examples:

--argumentfile argfile.txt --argumentfile STDIN

-h -? --help

帮助文档

--version

查看当前版本

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/540799.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

嘿,程序员,你该学点经济学了!

前言: 笔者一直认为,一个好的程序员,不仅仅是代码敲得好,其它方面的知识和能力相同非常重要。特别是随着年龄的增长。非常多人也慢慢的往管理层发展。这个时候沟通与协调能力变得更加重要,而一些策划,推广方…

linux硬件配置_Linux硬件配置

linux硬件配置What sort of hardware configuration is expected to run Linux? This is a decent question; the real hardware configuration for the OS changes intermittently. The Linux Hardware−HOWTO gives a (pretty much) complete posting of hardware supported…

重邮2019计算机考研复试名单,重庆邮电大学2019年硕士研究生招生复试通知

当前2019年考研分数线已经公布,稳稳过线的同学即可全心准备复试了,中公考研小编整理了“重庆邮电大学2019年硕士研究生招生复试通知”文章,希望对大家有所帮助!各复试考生:根据《2019年重庆邮电大学硕士研究生复试工作方案》&…

Linux相关图解随记

01.dns解析过程02.用户访问网站流程03.局域网电脑上网流程04.网站架构图解转载于:https://blog.51cto.com/qinbin/1954149

数据库范式5nf_第五范式(5NF)| 数据库管理系统

数据库范式5nfFifth normal form (5NF) is also known as project-join normal form (PJ/NF). It is designed to minimize redundancy in relational databases by separating semantically connected relationships in multiple formats to store multi-valued facts. 第五范…

量子物理 詹班 计算机,(电气系计算机系詹班)量子物理作业答案

西南交大峨眉校区大学物理西南交大峨眉校区《大学物理》(量子物理基础)作业6(电气、计算机、詹班)一 选择题1. 以一定频率的单色光照射在某种金属上,测出其光电流曲线在图中用实线表示,然后保持光的频率不变,增大照射光的强度,测出…

MySQL5.6 新特性之GTID【转】

转自 MySQL5.6 新特性之GTID - jyzhou - 博客园http://www.cnblogs.com/zhoujinyi/p/4717951.html 背景: MySQL5.6在5.5的基础上增加了一些改进,本文章先对其中一个一个比较大的改进"GTID"进行说明。 概念: GTID即全局事务ID&#…

python判断素数程序_Python程序检查素数

python判断素数程序什么是质数? (What is a prime number?) A prime number is a natural number that is greater than 1 and cannot be formed by multiplying two smaller natural numbers. 质数是大于1的自然数,不能通过将两个较小的自然数相乘而形…

计算机高级工程师职称评定条件,高级工程师职称评定条件是什么

高级工程师职称评定条件是什么,高级工程师职称有什么作用,以下是小编整理的高级工程师职称评定条件相关内容,供您参考。高级工程师评定条件1、本科毕业及以上,获得工程师资格5年以上,可以申报高级工程师。2、博士毕业&…

c# datetime._C#| DateTime.Year属性与示例

c# datetime.DateTime.Month属性 (DateTime.Month Property) DateTime.Month Property is used to get the year component of this object. Its a GET property of DateTime class. DateTime.Month属性用于获取此对象的年份组成部分。 这是DateTime类的GET属性。 Syntax: 句法…

NO6——KMP

1 int next[N];2 char str1[M],str2[N];3 //str1 长&#xff0c;str2 短4 //len1,len2,对应str1,str2的长5 6 void get_next(int len2)7 {8 int i 0,j -1;9 next[0] -1;10 while(i<len2)11 {12 if(j -1 || str2[i] str2[j])13 {14 …

计算机文化基础第二章,计算机文化基础(第二章Windows2000操作系统)

计算机文化基础(第二章Windows2000操作系统)第二章Windows 2000 操作系统1. 打开“资源管理器”的方法不能是_A右击“开始”按钮 B选择“开始” 、 “程序”菜单 C从“我的电脑”的快捷菜单 D从“控制面板”中选择2. 在“资源管理器”中选定多个文件的方法不能是_A逐个双击要选…

r语言简介_R语言简介

r语言简介R is a language and environment for statistical computing and graphics that is supported by the R Foundation for Statistical Computing. It is a GNU project which is similar to the S language and environment developed at Bell Laboratories by John C…

linux中echo的使用方法

1.echo命令我们经常使用的选项有两个&#xff0c;一个是-n&#xff0c;表示输出之后不换行。另外一个是-e&#xff0c;表示对于转义字符按对应的方式处理&#xff0c;假设不加-e那么对于转义字符会按普通字符处理。 2.echo输出时的转义字符 \b 表示删除前面的空格 \n 表示换行 …

如何让计算机两个用户使用不同步,如何实现两台或多台电脑远程修改文件同步更新?...

说起文件同步工具&#xff0c;现在网上这样的程序很多&#xff0c;微软也为用户提供了一款免费的远程同步软件——Windows Live Sync。该程序提供的文件同步功能允许用户在两台或更多电脑上对指定的文件夹中的文件进行同步更新。小知识&#xff1a;文件的同步更新&#xff0c;就…

本地事物的简介

2019独角兽企业重金招聘Python工程师标准>>> 此章带大家回顾下本地事物的一些内容。标题 2 事物: 有一组操作构成的可靠,独立的工作单元----百度百科 事物的四大特性: A:原子性(Atomicity)事务是数据库的逻辑工作单位&#xff0c;事务中包括的诸操作要么全做&#x…

dbms数据库管理系统_DBMS中的数据库语言

dbms数据库管理系统DBMS数据库语言 (DBMS Database languages ) Database languages are the languages that provide the facility to specify the database schema and to express database queries and updates. They are further divided into four categories but all are…

物联网计算机相关专业吗,物联网工程属于计算机专业吗

励志语录(7qianxun.com)不是,物联网工程本身就是一个专业,属于工学范畴。本专业学生要具有较好的数学和物理基础&#xff0c;掌握物联网的相关理论和应用设计方法&#xff0c;具有较强的计算机技术和电子信息技术的能力。物联网工程专业就业前景怎么样教育装备网、物联网是继计…

第一个错误的版本_寻找第一个错误的版本

第一个错误的版本Problem statement: 问题陈述&#xff1a; Suppose that IncludeHelp turns to be a product company & we have a product manager leading a team to develop a new product. Unfortunately, the latest version of our product fails the quality chec…

js的JSON

把任何JavaScript对象变成JSON&#xff0c;就是把这个对象序列化成一个JSON格式的字符串&#xff0c;这样才能够通过网络传递给其他计算机。 如果我们收到一个JSON格式的字符串&#xff0c;只需要把它反序列化成一个JavaScript对象&#xff0c;就可以在JavaScript中直接使用这个…