Open GoogleCodeExporter opened 9 years ago
I'll look into it. It sounds like firefox is reporting the script load
completion too early. (Love browser bugs...)
In the meantime, and especially because you have so many scripts, use the
--preloadFiles flag. It will write the script tags into the captured runner, in
order. So far, I haven't found any bugs in that setup.
Original comment by corbinrs...@gmail.com
on 9 Feb 2012 at 10:41
In the meantime this issue appears in all major browser (we tested with Chrome
and it also appears in Chrome since the last automatic update was done ...).
--preloadFiles does NOT solve the issue
However, I've found out that the issue only appears when the --reset flag is
used. We need to use this flag because of the structure of our application. If
the --reset flag is not used, then the execution runs as expected. However, we
need to restart the server each time before we execute any tests, which
actually is equal to a blocker for us!
Original comment by peter.ri...@gmx.net
on 16 May 2012 at 3:13
Interesting. Look at the page source after running a reset. Are the script tags
in the right order?
I haven't been able to reproduce.
Original comment by corbinrs...@gmail.com
on 16 May 2012 at 3:17
Inclusion of CSS files in the JsTestDriver.conf seems to cause the problem.
When I remove all references to CSS files in the JsTestDriver.conf file, then
--reset can be used.
Original comment by peter.ri...@gmx.net
on 16 May 2012 at 3:36
Original issue reported on code.google.com by
peter.ri...@gmx.net
on 9 Feb 2012 at 7:36