Pytest07-pytest.ini配置文件
摘要:
1.pytest配置文件 固定名称:pytest.ini 作用域:当前目录及子目录 具体配置功能见下: [pytest] # 01 把命令行参数自动添加到这里 addopts = -s -v --html=./report/report2023.html # 02 指定执行的用例的目录 testpa 阅读全文
posted @ 2024-01-05 16:30 测试老宅男扶摇 阅读(194) 评论(0) 推荐(0) 编辑