如果你还想从头学起Pytest,可以看看这个系列的文章哦!

https://www.cnblogs.com/poloyy/category/1690628.html

 

allure 和 pytest 相关环境安装

# allure
pip3 install allure-pytest -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com

#pytest
pip3 install pytest -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com

 

配置 allure 环境变量

allure是一个命令行工具,可以去 github 下载最新版:https://github.com/allure-framework/allure2/releases

Pytest 系列(24)- allure 环境准备

 

解压到本地

Pytest 系列(24)- allure 环境准备

 

配置环境变量

Pytest 系列(24)- allure 环境准备

 

 

相关文章:

  • 2022-12-23
  • 2021-09-23
  • 2021-08-12
  • 2021-10-30
  • 2021-06-22
  • 2022-12-23
  • 2021-11-13
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-02
  • 2021-09-21
  • 2022-12-23
相关资源
相似解决方案