Allure 是一个开源的测试报告框架,可以帮助你更好地展示和分析测试结果。它具有以下特点:
pip3 install -i https://mirrors.aliyun.com/pypi/simple/ allure-pytest
此处以
windows
系统为例。
zip
包。bin
目录的路径。cmd
验证:C:\Users\Administrator>where allure
def test_example_01():
assert 1 + 1 == 2
def test_example_2():
assert 1 + 1 == 3
# 将收集的测试结果存放到 `test-results` 目录。
pytest --alluredir=test-results
# 启动查看报告服务。
allure serve test-results
“-------怕什么真理无穷,进一寸有一寸的欢喜。”
微信公众号搜索:饺子泡牛奶。