Atlassian Bamboo如何识别python pytest报告[关闭]
Posted
技术标签:
【中文标题】Atlassian Bamboo如何识别python pytest报告[关闭]【英文标题】:How does Atlassian Bamboo recognise python pytest reports [closed] 【发布时间】:2018-03-27 09:38:32 【问题描述】:我有一些使用 pytest 用 Python3 编写的集成测试。我正在使用 pytest-html 从中生成 html 报告。如何让 Bamboo 识别/显示此报告。
【问题讨论】:
【参考方案1】:如果您仅出于持续集成的目的而在竹子中生成 html 报告,则可以通过以下方式将测试结果导出到 xml:
pytest yourpath --junitxml=..\pytest.xml
并在 pytest.xml
上从竹子运行 JUnit 解析器插件。
【讨论】:
以上是关于Atlassian Bamboo如何识别python pytest报告[关闭]的主要内容,如果未能解决你的问题,请参考以下文章
如何使用 NUnit 3 在 Atlassian Bamboo 中运行 NUnit Runner?
使用 Atlassian Bamboo 的 Android CI