sidhant-guliani / script-cover

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

GWT applications not properly measured #15

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Launch a Google Web Toolkit (GWT) application.
   - According to [1] <myapp>.html is loaded.
   - JavaScript <myapp>/<myapp>.nocache.js is loaded.
   - Browser version is determined and appropiate <myapp>/<md5>.html loaded.
   - Further JavaScript files will be loaded if needed from <myapp>/deferredjs.
2. Do some actions on the application.

What is the expected output? What do you see instead?
1. Expected output:
   - Coverage report for <myapp>/<myapp>.nocache.js
   - Coverage report for all other JavaScript files (deferredjs and <md5>.html which also contains script logic)
2. Instead:
   - During the whole process, ScriptCover only shows the coverage report for <myapp>/<myapp>.nocache.js and some minor internal script.

What version of the product are you using? On what operating system?
 - ScriptCover 1.0.0.2
 - Windows 7 64 bit
 - Google Chrome 21.0.1180.75
 - GWT 2.4.0

Thanks in advance!

[1] 
https://developers.google.com/web-toolkit/doc/latest/DevGuideCompilingAndDebuggi
ng#How_do_I_use_my_own_server_in_development_mode_instead_of_GWT%27s

Original issue reported on code.google.com by lehuan.t...@gmail.com on 13 Aug 2012 at 10:30