编程语言
首页 > 编程语言> > python_appium

python_appium

作者:互联网

Allure安装

Allure是一个独立的报告插件,生成美观易读的报告,目前支持语言:Java, PHP, Ruby, Python, Scala, C#
Allure安装

安装pytest的插件包pytest-allure-adaptor: pip3 install pytest-allure-adaptor

Allure帮助文档

https://docs.qameta.io/allure/#_about

生成Allure报告

命令行参数:pytest --alluredir report  # 在执行命令目录生成report文件夹,文件夹下包含xml文件

执行时报错pluggy.manager.PluginValidationError: unknown hook ‘pytest_namespace’ in plu
解决办法:

pytest-allure-adaptor与allure-pytest兼容问题
卸载pytest-allure-adaptor,安装allure-pytest 

标签:appium,allure,Allure,python,adaptor,pytest,report,安装
来源: https://blog.csdn.net/u010899537/article/details/114003472