gpt4 book ai didi

javascript - 我可以将 jasmine-spec-reporter 的输出写入文件吗?

转载 作者:搜寻专家 更新时间:2023-11-01 04:14:40 24 4
gpt4 key购买 nike

我目前正在使用 jasmine-spec-reporter 为我的 Protractor 测试用例创建规范报告。

终端上的输出看起来很棒!有什么方法可以将此输出保存到文件或以某种方式使用 protractor-jasmine2-screenshot-reporter 创建摘要,但禁用屏幕截图?

我曾尝试在网上寻找解决方案,但到目前为止还没有成功。

var SpecReporter = require('jasmine-spec-reporter');
jasmine.getEnv().addReporter(new SpecReporter({displayStacktrace: 'none'}));

https://github.com/jintoppy/protractor-html-screenshot-reporter

https://github.com/bcaudan/jasmine-spec-reporter

我目前的解决方法是使用 protractor-jasmine2-screenshot-reporter 生成报告。这也会生成屏幕截图(由于正在创建的卷,不是很实用)。

如果有人有解决方案来禁用屏幕截图,甚至不允许保存 .png 文件,请分享。

最佳答案

The output on the terminal looks great! Is there any way to save this output to file

这个包就是你想要的https://www.npmjs.com/package/jasmine-reporters .它包含几个不同的报告选项。如果你想将 xml 解析为 html 文件,你可以使用 https://www.npmjs.com/package/jasmine-xml2html-converter

关于javascript - 我可以将 jasmine-spec-reporter 的输出写入文件吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37057791/

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