JavaScript code coverage with Jasmine(Jasmine 的 JavaScript 代码覆盖率)
问题描述
我们计划在我们的项目中引入 JavaScript 单元测试,到目前为止,Jasmine 似乎是 JavaScript 更好的 BDD 单元测试框架之一.现在我想知道我们如何监控 JavaScript 代码的代码覆盖率.有没有我们可以使用的工具/插件?我们是一家微软商店,使用 .NET/MVC 4.
We are planning to introduce JavaScript unit testing in our project and so far Jasmine appears to be one of the better BDD unit testing frameworks for JavaScript. Now I am wondering how can we monitor code coverage of our JavaScript code. Are there any tools/plugins that we could use? We are a Microsoft shop and use .NET/MVC 4.
推荐答案
有 Istanbul 代码覆盖率工具.而且,由于有一个 grunt 用于伊斯坦布尔/Jasmine 的插件,它应该可以与 Jasmine 一起使用.
There is the Istanbul code coverage tool. And, as there is a grunt plugin for Istanbul/Jasmine it should work with Jasmine.
这篇关于Jasmine 的 JavaScript 代码覆盖率的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Jasmine 的 JavaScript 代码覆盖率


基础教程推荐
- Bootstrap 模态出现在背景下 2022-01-01
- fetch 是否支持原生多文件上传? 2022-01-01
- 即使用户允许,Gmail 也会隐藏外部电子邮件图片 2022-01-01
- npm start 错误与 create-react-app 2022-01-01
- 在 contenteditable 中精确拖放 2022-01-01
- Fabric JS绘制具有活动形状的多边形 2022-01-01
- 如何添加到目前为止的天数? 2022-01-01
- 检查 HTML5 拖放文件类型 2022-01-01
- 原生拖动事件后如何获取 mouseup 事件? 2022-01-01
- Bokeh Div文本对齐 2022-01-01