https://bugzilla.wikimedia.org/show_bug.cgi?id=48365
tntim96 <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from tntim96 <[email protected]> --- The JSCover JAR (JSCover-all.jar) is all custom code and only includes the Rhino library (i.e. no Jetty, Log4J, Apache-commons or other library dependencies). Also, there is no HTML parser. When a JavaScript file is requested via JSCover's web or proxy server, JSCover instruments the specified JavaScript only. Whether the HTML is generated dynamically or not doesn't affect JSCover in proxy-mode. For proxy documentation, take a look at: http://tntim96.github.io/JSCover/manual/manual.xml#gettingStartedProxy ...and a working proxy example at: https://github.com/tntim96/JSCover-samples/blob/master/src/test/java/jscover/webdriver/jasmine/WebDriverUnderscoreProxyTest.java Let me know if there are any changes required to JSCover that would assist you. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
