测试报告生成脚本

"testResultsProcessor": "./node_modules/jest-html-reporter",
"reporters": [
"default",
["./node_modules/jest-html-reporter", {
"pageTitle": "Test Report",
'outputPath':'testReport/JesttestReport.html'
}]
],

posted @ 2021-08-02 20:46  三虫科技  阅读(53)  评论(0)    收藏  举报