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报告[关闭]的主要内容,如果未能解决你的问题,请参考以下文章

Bamboo Atlassian:如何在阶段之间共享变量

如何使用 NUnit 3 在 Atlassian Bamboo 中运行 NUnit Runner?

使用 Atlassian Bamboo 的 Android CI

如何将 NetBeans ant build 移植到构建服务器(Atlassian Bamboo)

Atlassian Bamboo 无法从远程存储库中读取

在 Atlassian Bamboo 中,我如何将我的脚本指向 Stash Repo 中的文件?