您好,登錄后才能下訂單哦!
robot -t “testcase_name“ data_test.robot
robot data_test.robot
或者 robot --suite “prjxx.robot.data test" test_directory
robot test_directory
或者python -m robot test_directory
robot --include smoke test_directory
robot --include smoke path/test_file.robot
robot --exclude smoke test_directory
或者
robot --exclude smoke path/test_file.robot
可以有效避免testcase之間的依賴,保持獨立性是testcase持續有效的關鍵
robot --randomize tests path/test_file.robot
可以更新多個變量,達到每次跑不一樣內容的目的,例如可以通過命令切換環境,切換數據等
robot --variable ENV:uat --variable TEST_DATA:uat regression.robot
默認生成到當前目錄,會包含output.xml、log.html、report.html
可以對其分別修改,參數如下:
--outputdir (-d)
--output output.xml
--report report.html
--log log.html不想要某個報告可以設置None,例如:
--output NONE --report NONE --log NONE
不同的執行結果會有不同的結果代碼(RC),用于快速定位問題
RC Explanation
0 全部通過
1-249 出現250個內的錯誤用例
250 出現250個內的錯誤用例
251 幫助信息打印
252 異常測試數據
253 用戶中斷了執行
255 無法識別的異常
rebot -N new_report.html -o new_output.xml 1st_output.xml 2nd_output.xml
python -m robot.rebot --name Combined outputs/*.xml
rebot --log smoke_log.html --report smoke_report.html --include smoke
--ReportTitle Smoke_Tests --ReportBackground green:yellow:red
--TagStatCombine tag1ANDtag2 path/to/myoutput.xml
python -m robot.libdoc OperatingSystem OperatingSystem.html
python -m robot.testdoc xxx_prj1.robot/*.robot testcasedoc.html
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。