我正在使用Selenium
webdriver的代码来为我的应用程序进行功能测试。我想在我的系统本地为我的自动化测试代码生成代码覆盖率报告。我查看了http://laravelista.com/codeception-code-coverage-and-laravel和http://codeception.com/docs/11-Codecoverage#.VnnFUFIcYQs。我在codeception.yml
文件中启用了覆盖率。
关于XDebug
,由于我使用的是Windows计算机,因此我从php_xdebug-2.4.0rc3-5.6-vc11.dll
和set zend_extension=php_xdebug-2.4.0rc3-5.6-vc11.dll
文件中php.ini
下载了 [PHPUnit_Framework_Exception]
file_get_contents(http://mywebsite.com/beta//c3/report/clear
): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
。
我仍然收到此错误: -
c3.php
c3
我认为是远程代码覆盖。我没有设置任何远程参数。为什么代码检查仍在寻找PHPUnit
?使用代码生成自动功能测试的覆盖率报告是否如此困难?我知道@Override
protected void beforeSpringSecurityFilterChain(ServletContext servletContext) {
insertFilters(servletContext, new MultipartFilter());
}
非常简单。我不明白。非常感谢帮助。谢谢!