allure下载

Posted come202011

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了allure下载相关的知识,希望对你有一定的参考价值。

1.下载allure

https://github.com/allure-framework/allure2/releases

2.配置allure系统环境变量

3.cmd窗口验证环境变量配置是否成功

4.安装allure-pytest:

pip install allure-pytest

5.运行用例时使用allure生成报告

 

注意:如果安装了pytest-allure-adaptor,在pycharm使用allure时会报错:module ‘pytest‘ has no attribute ‘allure‘或者AttributeError: module ‘allure‘ has no attribute ‘severity_level‘

此时需要先卸载adaptor:    pip uninstall pytest-allure-adaptor

 

allure安装配置:https://www.jianshu.com/p/5735d388faa2

 

以上是关于allure下载的主要内容,如果未能解决你的问题,请参考以下文章

Allure本地的运行环境配置

Linux 环境下载allure-commandline环境相关问题配置环境变量问题

测试报告allure安装

python+jenkins集成allure报告

Pytest集成Allure生成测试报告

Allure安装与自动化测试报告配置