由於過程中沒有截圖,如下描述只做自己的乙個回憶:
1,原來電腦上的python版本是3.5.1(原來是乙個很高的版本,也是由於安裝pytest的時候版本不相容做了降級)。嘗試安裝pytest-html,但是安裝失敗,報錯:a diffraction python 3.5.1>=3.6 分析了一下,就是讓裝乙個》=3.6版本的python。我安裝了python3.7之後在安裝pytest-html就安裝成功了。
2,安裝之後用pip list看一下 pytest-html是否已經安裝成功。
3,如果這個時候pytest html沒有安裝成功,執行pytest --html=report.html 就有如下的介面,翻了翻 沒能留下來,但是報collected 0 items。 not found file --html=report.html. 女子我確實夠菜,不忍直視自己,此處琢磨了好久。重新安裝pytest html之後,在生成報告成功,如下圖
pytest 生成測試報告 HTML
每個自動化測試結果都要有乙份詳細的測試報告來呈現,今天測試報告來了,pytest常用的測試報告有幾種,比如在pycharm中直接生成報告,通過html外掛程式生成,或者還有最常用的allure。今天安靜主要介紹通過pytest的外掛程式pytest html來生成測試報告 pytest html屬於...
pytest學習07 生成html報告
pytest html是乙個外掛程式,pytest用於生成測試結果的html報告。相容python2.7 3.6 pytest html 1 github 上原始碼位址 2 pip安裝 pip install pytest pytest html 3 執行方法 html報告 1 開啟cmd,cd到需...
pytest 執行用例生成報告
1.pytest html pytest vs reruns 1 html report.html self contained html pytest vs reruns 1 html testreport date 0,4 date 5,2 date 8,2 time 0,2 time 3,2 ...