Python测试报告定制

2020-09-28  本文已影响0人  info_gu

Allure测试框架:

目录:

allure介绍

image.png

allure安装

image.png
https://docs.qameta.io/allure/

pytest-allure插件

pip install allure-pytest

allure 报告的生成

方式一

pytest --alluredir=./tmp/my_allure_results
allure serve ./tmp/my_allure_results

方式二:

image.png

allure 特性分析

image.png

类上可以加@allure.feature("登录模块")


image.png

用例标记级别:


image.png

前端自动化测试-截图:


image.png

selenium+pytest+allure

image.png image.png
上一篇下一篇

猜你喜欢

热点阅读