Codeception颜色报告不起作用

时间:2018-01-02 22:47:54

标签: php unit-testing phpunit code-coverage codeception

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

我一直拉着头发挣扎了几天但却无法弄清楚问题。请帮忙。
注意我的/ etc / hosts有一个很强的www.somewhere.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: - Codeception\Extension\RunFailed 我的api.suite.yml

class_name: ApiTester modules: enabled: - \Helper\Api - 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

1 个答案:

答案 0 :(得分:0)

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

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