检查配置文件:确保你的 Allure 配置文件(如 allure-conf.json)正确设置。配置文件中的错误或不匹配的设置可能会导致报告数据出现异常。 检查测试数据:如果你使用了测试数据(如示例数据),请确保数据的有效性。损坏或不正确的测试数据可能导致 NaN% 的结果。 查看日志和输出:查看 pytest 和 Allure 的日志和输出,以获取...
os.system('allure serve report/report_data') 2)在pycharm中找到index.html右击open in Browser,打开allure的测试报告出现数据为NaN% 3)pytest+allure生成测试报告打开allure报告数据为NaN%的解决方法 ①在本地的cmd或者pycharm中控制台的下方点击“Terminal”进入命令行: ②进入运行脚本所在的根目录(如:test/test1/...
然后我就又百度,发现在运行pytest的时候要指定一下报告生成的数据的路径,命令如下: 解决办法: if __name__ == '__main__': pytest.main(["-vs", "--alluredir=temp/"]) time.sleep(2) os.system("allure generate ./temp/ -o ./report --clean") 反思: 认真,仔细,踏实的注意每一行代码的细节吧...
生成allure 测试结果:pytest 测试用例文件 --alluredir=./result 展示报告:allure serve ./result1042207232_5343 (神梦无痕) 2023 年2 月 27 日 01:39 3 654721574_1971 2023 年2 月 27 日 06:28 4 如果生成的报告内容为空NaN%,检查安装pytest-allure-adaptor插件的版本是否正确,建议安装最新版本的pytest-...
问题 pytest+allure生成本地报告打开html报告内容为空NaN% 问题原因 命令错误,也有可能是由于pytest和allure版本不兼容导致 解决方法 使用命令: pytest 文件.py --alluredir ./result allure generate ./result -o ./report --clean首页 类别 常见问题解答/准则 服务条款 隐私政策 由Discourse 提供技术支持,启用 ...
Pytest+Allure报告打开报404或者报NaN? 2019-12-05 18:11 −前置条件: pytest+allure环境安装完成后,写几个脚本,连跑执行后生成报告 报告目录如下: 1.设置报告目录如下: ... 沫沫Ivy 0 6303 pytest-2:allure 的安装、使用 2019-12-22 16:17 −版本对应: python3.4==>allure-pytest2.7.0 python3.6==...
问题 pytest+allure生成本地报告打开html报告内容为空NaN% 问题原因 命令错误,也有可能是由于pytest和allure版本不兼容导致 解决方法 使用命令: pytest 文件.py --alluredir ./result allure generate ./result -o ./report --clean首页 类别 常见问题解答/准则 服务条款 隐私政策 由Discourse 提供技术支持,启用 ...