gpt4 book ai didi

javascript - 设置 Protractor 的conf文件以使用自定义报告器

转载 作者:行者123 更新时间:2023-11-28 01:16:10 26 4
gpt4 key购买 nike

我目前正在使用 protractor.js 设置 e2e 测试,但报告者使用了黑暗的词语,并且与我的终端窗口严重吻合。 enter image description here

如何设置自定义记者,这样看起来才不会那么可怕?

这是我的整个 protractor.conf.js

// An example configuration file.
exports.config = {
// Do not start a Selenium Standalone sever - only run this using chrome.
chromeOnly: true,
chromeDriver: './node_modules/protractor/selenium/chromedriver',

// seleniumAddress: 'http://localhost:4000/wd/hub',

// Capabilities to be passed to the webdriver instance.
capabilities: {
'browserName': 'chrome'
},

// Spec patterns are relative to the current working directly when
// protractor is called.
specs: ['spec/e2e/*.js'],

baseUrl: 'http://localhost:5000',

framework: 'mocha',

reporters: ['mocha']

};

最佳答案

以下是如何更改 mocha 使用的记者风格:

mochaOpts: {
reporter: "spec",
args:
slow: 3000
}

我还发现颜色问题不仅仅是更换记者的问题,而是修复我的终端窗口的主题问题。目前我正在使用 Solarized Dark 主题,这对每个使用 Solarized Dark 的人来说都是一个问题。

https://github.com/visionmedia/mocha/issues/802 https://github.com/altercation/solarized/issues/220#issuecomment-17191676

关于javascript - 设置 Protractor 的conf文件以使用自定义报告器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23818610/

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