[原创]Windows下Python+Pytest+Allure 接口自动化测试环境安装

1 Python安装

  Python3.7安装,建议python3.7 64bit(略);

2、Pytest安装

  pip install pytest

3、pytest-allure-adaptor插件

  pip install pytest-allure-adaptor

  下载地址: https://github.com/allure-framework/allure2/releases

  百度网盘下载,防走失: 链接:https://pan.baidu.com/s/1uFv6M-3_o1Z9Wq77pVG4mA 提取码:bvi6 

4、Pytest+Allure报告生成

  

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
  • 2021-08-02
  • 2022-12-23
  • 2022-02-13
  • 2021-06-18
  • 2022-12-23
猜你喜欢
  • 2021-06-14
  • 2021-12-20
  • 2021-12-28
  • 2023-02-23
  • 2021-07-16
  • 2021-04-08
相关资源
相似解决方案