提问人:Jin 提问时间:11/16/2023 更新时间:11/16/2023 访问量:22
多个 Cucumber 报告已编码为 base64
Multiple Cucumber report has been encoded to base64
问:
目前,我有一个问题,即在运行 BDD(行为驱动开发)的文件功能时
然后,在我进入报告查看详细内容后,它是这样向我展示的
在上个月,我看到它仍然像往常一样显示,很容易看到报告,但现在它改变了 这是我在package.log文件中的引用
{
"version": "1.0.0",
"main": "runFeature.sh",
"scripts": {
"test": "cucumber-js -f json:report/cucumber_report.json"
},
"keywords": [],
"dependencies": {
"@azure/event-hubs": "^5.11.2",
"@azure/eventhubs-checkpointstore-blob": "^1.0.1",
"@cucumber/cucumber": "^10.0.1",
"@ln-maf/api": "^2.0.5",
"@ln-maf/core": "^2.0.2",
"@ln-maf/mysql": "^2.0.2",
"@ln-maf/validations": "^2.0.4",
"chai": "^4.3.10",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.0",
"flat-object-keys": "^1.1.0",
"lodash": "^4.17.21",
"multiple-cucumber-html-reporter": "^3.5.0",
"pako": "^2.1.0",
"utf8": "^3.0.0",
"uuid-validate": "^0.0.3"
}
}
答: 暂无答案
评论