Codeception颜色报告不起作用

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Codeception颜色报告不起作用相关的知识,希望对你有一定的参考价值。

我已经设置了代码覆盖的代码。我可以看到报告确实运行正常但由于某种原因代码覆盖颜色和百分比没有得到计算。我确实看到绿线代码被执行但它没有显示红色。

我一直在拔头发,奋斗了好几天但却无法弄清楚问题。请帮忙。 请注意我的/ etc / hosts有stag.snwhere.com为127循环我的codeception.yml actor: Tester paths: tests: tests log: tests/_output data: tests/_data support: tests/_support envs: tests/_envs settings: bootstrap: _bootstrap.php colors: true memory_limit: 1024M extensions: enabled: - CodeceptionExtensionRunFailed my api.suite.yml

class_name: ApiTester modules: enabled: - HelperApi - REST: url: https://stagwww.somewhere.com depends: PhpBrowser coverage: enabled: true remote: true low_limit: 30 high_limit: 60 c3_url: 'https://stagwww.somewhere.com' remote_context_options: ssl: verify_peer: false verify_peer_name : false include: - app*.php enter image description here

enter image description here

答案

YML中的“颜色”设置是终端中的ANSI颜色。您的屏幕截图在浏览器中显示html记者 - 我认为Xdebug codecoverage报告。我不认为HTML报告中存在“颜色”这样的设置,它是一个完全不同的界面。

颜色:enter image description here没有颜色:enter image description here

以上是关于Codeception颜色报告不起作用的主要内容,如果未能解决你的问题,请参考以下文章

codeception 中的 fillField 方法不起作用抛出 DOMXPath::query(): Invalid expression

有效的 Javascript 片段在 codepen 或 jsfiddle 上不起作用?

如何在 Codeception 中使用 Stub::update?

java代码在片段活动中不起作用

Javascript代码片段在drupal中不起作用

替换或删除后台堆栈上现有片段的代码不起作用