JSCoverage + Google Closure Tools

Questions, problems, suggestions, bug reports, and so on.
Post Reply
gatapia

JSCoverage + Google Closure Tools

Post by gatapia »

Hi All,

I'm trying to use JSCoverage with a google closure project. Has anyone had any luck doing this? Closure projects have custom javascript file loading (using goog.require / goog.provide mechanism). Perhaps this is whats causing the troubles in my case? What I have now is:
- Instrumented code (looks instrumented)
- Running JSUnit tests inside the JSCoverage tester correctly
- I verified that JSUnit tests are running the instrumented code
- Once tests complete I check summary and have no data there (Total: 0, 0, 0)

Any advice?

Thanks All

Guido Tapia
Guest

Re: JSCoverage + Google Closure Tools

Post by Guest »

Please ignore. You know that really big, red 'Warning: loading jscoverage.html using a file: URL is deprecated' message?

Well I missed it :(

Apologies for time wasting

Guido
Post Reply