Pytest生成html测试报告,ALLURE报告
首先老样子安装库
pip install pytest-html
示例代码
from selenium import webdriver
import random
import pytest
import time
class Test_restart(object):
@pytest.fixture(scope="function", autouse=True)
...
原创
2019-08-22 09:38:17 ·
1250 阅读 ·
0 评论