您好,登錄后才能下訂單哦!
小編給大家分享一下python中生成allure報告的方法,希望大家閱讀完這篇文章后大所收獲,下面讓我們一起去探討吧!
一、安裝pytest
pytest是python的一個第三方單元測試框架,在這里用于生成原始的執行結果。
非常方便和易用。可以規模化以及編寫更加復雜的測試用例。
pip install pytest
二、安裝allure-pytest
allure-pytest
是python
的一個第三方庫。用于連接pytest
和allure
,使它們可以配合在一起使用。
allure-pytest
基于pytest
的原始執行結果生成適用于allure
的json格式結果。該json格式結果可以用于后續適用allure
生成html結果。
pip install allure-pytest
三、安裝allure-commandline
此工具是用于命令行生成allure報告的工具,官方下載鏈接:https://bintray.com/qameta/generic/allure2
四、allure生成測試報告
?1、生成xml文件
pytest 測試文件所在路徑 --alluredir 生成的測試結果數據保存的目錄
pytest --alluredir=resport/xml/ D:/PyTest/tests/allure/test_allure_demo.py1
2、生成html文件
allure generate 測試結果數據所在目錄 -o 測試報告保存的目錄 --clean
allure generate D:/PyTest/tests/allure/report/xml -o D:/PyTest/tests/allure/report/html --clean1
3、allure生成測試報告
數據所在目錄 -o 測試報告保存的目錄 --clean
allure generate D:/PyTest/tests/allure/report/xml -o D:/PyTest/tests/allure/report/html --clean1
看完了這篇文章,相信你對python中生成allure報告的方法有了一定的了解,想了解更多相關知識,歡迎關注億速云行業資訊頻道,感謝各位的閱讀!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。