gpt4 book ai didi

java - 如何解决 Jenkins build error on recording test results?

转载 作者:行者123 更新时间:2023-11-28 20:14:52 25 4
gpt4 key购买 nike

在我的 Jenkins 构建的所有成功步骤之后,我收到一个错误:

记录测试结果

"ERROR: Publisher hudson.tasks.junit.JUnitResultArchiver aborted due to exception hudson.AbortException: No test report files were found. Configuration error?"

我试图在 Jenkins 文档和堆栈溢出中搜索答案,但是我没有找到任何答案。

最佳答案

如果您使用 behat3,请确保它的版本支持 junit 格式化程序,因为它在早期版本中被遗漏了 https://github.com/Behat/Behat/pull/676

还要检查你是否已经在 behat.yml 中配置了配置文件

行为 2

jenkins:  
formatter:
name: pretty,junit
parameters:
output_path: ,build/logs/behat

行为 3

jenkins:
formatters:
junit: [build/log/behat]

此外,build.xml 必须将其称为“behat --profile jenkins”

关于java - 如何解决 Jenkins build error on recording test results?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29895643/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com