使用
mochaTest: {
test: {
options: {
reporter: 'html-cov',
captureFile: 'coverage.html'
},
src: ['tests/*.js']
}
}
在我的 gruntfile 中是给了我
找不到“html-cov”记者
警告。如何在 html 文件中获取测试结果并查看它?
谢谢..
我也在使用grunt.loadNpmTasks('grunt-selenium-standalone')
任务。