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.