tsuyopon / webpagetest

Automatically exported from code.google.com/p/webpagetest
0 stars 0 forks source link

Ability to get JS errors for firefox #137

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
FYI if you want to extend your ability to collect js-errors to firefox there is 
and extentsion to do so.  

http://mguillem.wordpress.com/2011/10/11/webdriver-capture-js-errors-while-runni
ng-tests/
https://github.com/mguillem/JSErrorCollector

Original issue reported on code.google.com by Pjbert...@gmail.com on 25 Jan 2013 at 3:34

GoogleCodeExporter commented 9 years ago
Looks like a really easy/quick addition to our current extension (just an 
interface to register a listener for).  I should be able to implement it pretty 
quickly and include the errors in the console log (though regular console log 
messages are not included yet for Firefox, we can start with the script errors).

Original comment by PatMee...@gmail.com on 25 Jan 2013 at 3:50

GoogleCodeExporter commented 9 years ago
Thanks very much. FYI, I have tested this with Webdriver and verified it works.

Original comment by Pjbert...@gmail.com on 25 Jan 2013 at 4:19

GoogleCodeExporter commented 9 years ago
https://github.com/WPO-Foundation/webpagetest/issues/51

Original comment by PatMee...@gmail.com on 4 Jul 2013 at 5:59