pytest-json-report::spiral_notepad:一个pytest插件,将测试结果报告为JSON

时间:2024-06-04 09:19:58
【文件属性】:

文件名称:pytest-json-report::spiral_notepad:一个pytest插件,将测试结果报告为JSON

文件大小:21KB

文件格式:ZIP

更新时间:2024-06-04 09:19:58

python json pytest pytest-plugin json-report

Pytest JSON报告 这个pytest插件将测试报告创建为JSON。 这使得在其他应用程序中处理测试结果变得容易。 它可以报告摘要,测试详细信息,捕获的输出,日志,异常回溯等等。 此外,您可以使用可用的固定装置和挂钩来并报告。 目录 环境 收藏家 测验 测试阶段 日志 警示语 相关工具 安装 pip install pytest-json-report --upgrade 选项 选项 描述 --json-report 创建JSON报告 --json-report-file=PATH 保存JSON报告的目标路径(使用“ none”不保存报告) --json-report-summary 只需创建摘要而不包含每个测试的详细信息 --json-report-omit=FIELD_LIST 报告中要省略的字段列表(选择: collectors , log , traceb


【文件预览】:
pytest-json-report-master
----.travis.yml(224B)
----.coveragerc(140B)
----pytest_jsonreport()
--------__init__.py(0B)
--------serialize.py(3KB)
--------plugin.py(13KB)
----tests()
--------conftest.py(4KB)
--------__init__.py(0B)
--------test_jsonreport.py(16KB)
----tox.ini(862B)
----LICENSE(1KB)
----setup.py(1KB)
----.gitignore(127B)
----README.md(14KB)
----sample_report.json(16KB)

网友评论