Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一些使用 pytest 用 Python3 编写的集成测试。我正在使用 pytest-html 从中生成 html 报告。如何让 Bamboo 识别/显示此报告。
如果您仅出于持续集成的目的而在竹子中生成 html 报告,则可以通过以下方式将测试结果导出到 xml:
pytest yourpath --junitxml=..\pytest.xml
并从竹子上运行 JUnit 解析器插件pytest.xml。
pytest.xml