标签: node.js bamboo jestjs grunt-jest gulp-jest
我正在使用Jest在我的应用程序上运行单元测试。
有没有办法让它生成任何类型的报告文件?我想将报告与Bamboo进行整合。
答案 0 :(得分:0)
安装此
https://www.npmjs.com/package/jest-junit
将此添加到您的jest.config.file
"reporters": [ "default", ["jest-junit", { outputName: "junitreport.xml" }] ]
在Bamboo上使用junit解析器,将其配置为以这种方式查找文件
** / junitreport.xml