2015年2月11日 星期三

RobotFramework - 整合多份 Reports

透過 rebot 指令,將多個 RobotFramework 報告整合成一份。
rebot output1.xml output2.xml
rebot outputs/*.xml
rebot --name Browser_Compatibility firefox.xml opera.xml safari.xml ie.xml
rebot --include smoke --name Smoke_Tests c:\results\*.xml
 (例)
#!/bin/bash
call pybot --variable BROWSER:Firefox --name Firefox --log none --report none --output out/fx.xml login
call pybot --variable BROWSER:IE --name IE --log none --report none --output out/ie.xml login
call rebot --name Login --outputdir out --output login.xml out/fx.xml out/ie.xml

Reference: Robot Framework User Guide

沒有留言:

張貼留言