gpt4 book ai didi

jasmine - Protractor 测试中的定制 Jasmine 记者

转载 作者:行者123 更新时间:2023-12-03 01:00:05 27 4
gpt4 key购买 nike

我找不到如何使用 jasmine 框架更改 Protractor 运行器中的记者样式。

我现在拥有的是:

enter image description here

但我想要更多类似的东西:

enter image description here

有没有办法为 jasmine 添加自定义报告器,以显示当前正在运行的测试而不是 DOTS 和 Fs?

最佳答案

我正在构建一个 Jasmine 报告器,它完全可以满足您的要求,jasmine-spec-reporter .

<小时/>

在 protractor.conf.js 中配置:

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

关于jasmine - Protractor 测试中的定制 Jasmine 记者,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23677986/

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