用grunt-karma-sonar进行单元测试覆盖

时间:2016-01-20 02:34:42

标签: javascript node.js gruntjs sonarqube karma-runner

我正在尝试使用Grunt,Karma和Sonar进行单元测试和测试覆盖。我正在通过this tutorial

以下是我的依赖项:

existingObjectWithID

这是我的gruntfile:

[...]
services.AddMvc()
        .AddViewLocalization(options => options.ResourcesPath = "Resources");
[...]
app.UseRequestLocalization(new RequestCulture(new CultureInfo("es-MX")));

这是我运行grunt声纳时出现的错误:

  

运行“set-karma-sonar-sources-property”任务   警告:找不到模块'karma-phantomjs-launcher / node_modules / phantomjs'使用--force继续。

0 个答案:

没有答案