tntim96 / JSCover

JSCover is a JavaScript Code Coverage Tool that measures line, branch and function coverage
GNU General Public License v2.0
399 stars 84 forks source link

Using JSCOVER #240

Closed satishNeelakanta closed 7 years ago

satishNeelakanta commented 7 years ago

Hi,

I'm very new to JSCover, Requirement given to me is we have to do JS codecoverage for our application, In Our application HTML pages are created on fly, Please help me how can I continue further

tntim96 commented 7 years ago

If you can run a test, you should be able to collect code-coverage metrics.

What you can do is look at the examples to see if they may work for you.

There are some examples in the JSCover project.

JSCover Samples also have some examples you can look at.