美文网首页
PyCharm 安装pytest,安装pytest自带的测试报告

PyCharm 安装pytest,安装pytest自带的测试报告

作者: 嘤嘤嘤999 | 来源:发表于2020-09-23 16:06 被阅读0次

目录

一、在pycharm中安装pytest命令行:

1.1输入上面的命令行

1.2安装成功,可以导入pytest了

二、安装pytest自带的测试报告包:

三、配置allure,环境变量path配置:新增allure的bin目录下的路径

3.1验证是否配置成功:在黑窗口输入allure

四、在pycharm中安装allure: (生成allure测试报告)


一、在pycharm中安装pytest命令行:

pip install pytest

1.1输入上面的命令行

image

1.2安装成功,可以导入pytest了

image

二、安装pytest自带的测试报告包:

**pip install pytest-html **

image

三、配置allure,环境变量path配置:新增allure的bin目录下的路径

image

3.1验证是否配置成功:在黑窗口输入allure

成功:

image

失败:

image

四、在pycharm中安装allure: (生成allure测试报告)

pip install allure-pytest

image

相关文章

网友评论

      本文标题:PyCharm 安装pytest,安装pytest自带的测试报告

      本文链接:https://www.haomeiwen.com/subject/dcvdyktx.html