17 Star 181 Fork 57

道长 / pytest接口自动化框架

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pytest.ini 324 Bytes
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
[pytest]
;addopts = -sq -m smoke --alluredir ./allure-results
addopts = -sq --reruns 3 --reruns-delay 1 --alluredir ./allure-results
;addopts = -sq --alluredir ./allure-results
testpaths = ./case
;python_files = test_*.py
;python_classes = Test*
;python_functions = test_*
markers =
smoke:冒烟测试
test:测试
Python
1
https://gitee.com/he_bo_qiang/pytest-interface-automation.git
git@gitee.com:he_bo_qiang/pytest-interface-automation.git
he_bo_qiang
pytest-interface-automation
pytest接口自动化框架
master

搜索帮助