使用robot合并Robot Framework测试报告

rebot -R(--merge) 第一个output.xml文件路径  第二个output.xml文件路径

rebot  第一个output.xml文件路径  第二个output.xml文件路径

以上两个命令个人推荐用第二个,因为第一个会因为存在不同suite而报错。

命令行:

rebot -N 【报告名】 -d 【合并报告的输出路径】-o 【合并的output.xml输出路径】 【第一个output.xml文件路径】  【第二个output.xml文件路径】

-N:   指定报告名

-d:输出合并后报告的路径,但是只有log、report

-o:所以还要一个-o,把合并后的output.xml也输出

其他参数:-s 指定suite

-i 指定标签

-e 排除某些标签

使用以上参数,可以自定义合并后测试报告的内容。

原文地址:https://www.cnblogs.com/mianbaoshu/p/10579958.html

时间: 2024-10-16 02:51:10

使用robot合并Robot Framework测试报告的相关文章

机器人排除标准 robot.txt robot exclusion standard

18.2 什么是机器人排除标准 <搜索引擎优化宝典(第2版)>第18章机器人.蜘蛛和爬虫,本章主要的内容有:什么是机器人.爬虫和蜘蛛:什么是机器人排除标准; Robots 元标签:用XML 网站地图使网页被收录.本节为大家介绍什么是机器人排除标准虫. 作者:马煜 译来源:清华大学出版社|2010-07-19 21:40 移动端 收藏 分享 开发者大赛路演 | 12月16日,技术创新,北京不见不散 18.2 什么是机器人排除标准 根据前面的介绍,确实有必要对爬虫的行为做出一定的限制.这种限制称为

robot framework + python实现http接口自动化测试框架

https://www.jianshu.com/p/6d1e8cb90e7d 前言 下周即将展开一个http接口测试的需求,刚刚完成的java类接口测试工作中,由于之前犯懒,没有提前搭建好自动化回归测试框架,以至于后期rd每修改一个bug,经常导致之前没有问题的case又产生了bug,所以需要一遍遍回归case,过程一直手工去执行,苦不堪言.所以,对于即将开始的http接口测试需求,立马花了两天时间搭建了一个http接口自动化测试框架用于测试后期回归测试,实在是被大量的重复手工执行搞怕了. 基础

Robot Framework使用Phantomjs进行无界面UI自动化测试

Robot Framework 是一款关键字驱动的验收自动化测试框架,现在在国内使用的越来越广泛了.一种通用的Web UI自动化测试解决方案是Robot Framework+Selenium2Library (RFS).一般要使用Selenium2Library库,必须配置好浏览器驱动(driver).不然就无法驱动浏览器来执行自动化命令. 浏览器驱动对应表 上表简要说明了不同的浏览器所需要的驱动程序.这里我们重点介绍如何基于rfs+phantomjs进行无界面UI自动化测试. phantomj

Robot Framework安装及配置

Robot Framework安装及配置 需要按照的软件有Python.WxPython.robot framework.robotframework-ride.robotframework-selenium2library. RF 框架是基于 Python 语言的,本次安装python-2.7.13.amd64,下载地址:https://www.python.org/downloads/release/python-2713/ 下载完成后,双击正常进行安装,安装完成后,需要配置环境变量,如下:

pycharm下robot framework环境搭建,基于python版本3.6

安装python3 1.python3的安装参考其他技术博客: 2.Windows环境注意添加环境变量,建议已有PyCharm IDE,创建虚拟环境(python虚拟环境--virtualenv): 安装robotframework 1. cmd中直接运行  pip  install  robotframework 2. 将python安装目录下的Scripts 文件夹加入环境变量 3.操作浏览器需要安装robotframework-selenium2library 运行  pip instal

POJ 1736 Robot BFS

Robot Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 7561   Accepted: 2444 Description The Robot Moving Institute is using a robot in their local store to transport different items. Of course the robot should spend only the minimum time

new TimerTask(robot)(转)

import java.awt.Dimension; import java.awt.Robot; import java.awt.Toolkit; import java.io.PrintStream; import java.util.Timer; import java.util.TimerTask; public class NoLock { public static void main(String[] args) throws Exception { System.out.prin

selenium webdriver 右键另存为下载文件(结合robot and autoIt)

首先感谢Lakshay Sharma 大神的指导 最近一直在研究selenium webdriver右键菜单,发现selenium webdriver 无法操作浏览器右键菜单,如图 如果我想右键另存为,根本操作不了. 也有在网上看到webdriver right click option的一些代码,拿来用发现不能用的. Actions act = new Actions(driver); WebElement link = driver.findElement(By.id("xpath"

POJ 1376 Robot

Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 7866   Accepted: 2586 Description The Robot Moving Institute is using a robot in their local store to transport different items. Of course the robot should spend only the minimum time neces