Status: New
Owner: ----
Labels: Type-Enhancement Priority-Medium
New issue 360 by DeonWu: Robot log view enhancement possibility
http://code.google.com/p/robotframework/issues/detail?id=360
Robot log view enhancement possibility -- large log file Large output will
cause log.html grow quickly and extend the loading time when opening such
file which is bad user experience. How about loading keyword output when
expanding?
attachment is a solution that's implementing in IPA. it's included three
part.
1. robot_html_logger_21.py hooked the XmlLogger action. it converts the XML
output to HTML log file on the fly and output a hyperlinks to replace the
converted XML content, if the log size of one keyword node is exceed the
setting size.
2. log_viewer.js hooked the toggle_visibility function in HTML log. it load
the hyperlinks content to replace hyperlinks self, when the HTML node is
expanded by toggle_visibility function.
3. org\robot\log\LogViewerApplet.java is a signature applet. it's used by
javascript in log_viewer.js to read local file in browser. the javascript
can't read local file in browser because of the security limitation.
To enable the feature, it only need to call RobotLogHooker function in
robot_html_logger_21.py before the robot testcase starting.
Deon on behalf of Zong, Xubin
Attachments:
Log viewer.zip 6.0 KB
logviewer-0.1.jar 7.1 KB
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings