一开始我用的命令是:
①cd D:\workspace\EctRegression
②hrun --startproject testcases --html-report-name reportFolder
然后一直报错
之后换成下面这个就可以了:
hrun testcases --alluredir=reports
前提是得先安装对应的库
pip install allure-pytest
一开始我用的命令是:
①cd D:\workspace\EctRegression
②hrun --startproject testcases --html-report-name reportFolder
然后一直报错
之后换成下面这个就可以了:
hrun testcases --alluredir=reports
前提是得先安装对应的库
pip install allure-pytest