gpt4 book ai didi

node.js - 如何使用 facebook Jest 生成报告文件

转载 作者:行者123 更新时间:2023-12-02 15:18:53 25 4
gpt4 key购买 nike

我正在使用Jest在我的应用程序上运行单元测试。

有没有办法让它生成任何类型的报告文件?我想将该报告与 Bamboo 集成.

最佳答案

安装这个

https://www.npmjs.com/package/jest-junit

将其添加到您的 jest.config.file

"reporters": [
"default",
["jest-junit", { outputName: "junitreport.xml" }]
]

在bamboo上使用junit解析器,配置它以这种方式查找文件

**/junitreport.xml

关于node.js - 如何使用 facebook Jest 生成报告文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33408023/

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