How to get code coverage of javascript using cucumber?

谁都会走 提交于 2019-12-09 21:57:58

问题


I am using gem 'Simplecov' to generate the code coverage for ruby(.rb file) using cucumber but my UI code is in JavaScript.

How i get the code coverage of Javascript using Cucumber? Is there any gem or tool available to get the code coverage of Javascript?

Please give comments on that issue.

来源:https://stackoverflow.com/questions/23538879/how-to-get-code-coverage-of-javascript-using-cucumber

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!