sidhant-guliani / script-cover

Automatically exported from code.google.com/p/script-cover
Apache License 2.0
0 stars 0 forks source link

Add configuration possibility specifying which js to include or exclude. #18

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What version of the product are you using? On what operating system?
1.0.0.3

Please provide any additional information below.

For example i don't need the jQuery library coverage included in my tests, and 
it also slows down the runtime.

Original issue reported on code.google.com by gabor.ac...@boadree.com on 11 Dec 2012 at 4:51

GoogleCodeExporter commented 8 years ago
Yes, this would be highly useful.  I am currently trying to test the coverage 
of one large javascript file of a widget that runs in a portal environment 
called ozone.  This application interacts with several other widgets with 
thousands of other javascript files which most are from third party libs like 
jquery and dojo and the script-cover extension just crashes.

From looking at the code, I am trying to manually modify to only do its thing 
if the script name matches the file I am interested in.  Any quick suggestions 
on where to look?  I will post back if I figure it out for the next guy's sake. 

Original comment by jktay...@gmail.com on 9 Aug 2013 at 3:47