Status: New
Owner: ----
Labels: Type-Enhancement Priority-Medium

New issue 353 by bryan.oakley: enhance listener to report test errors
http://code.google.com/p/robotframework/issues/detail?id=353

I would like the listener interface to support an additional method,
"error". It would take at least one argument which is an error string.
maybe another argument could be a stack trace.

Background:

I have a custom listener that writes test results to a server via a socket
for remote monitoring. If I write a test that imports a library that has
an error, the listener never sees the error. I'll see a test failure like
"no keyword with name foo" but the real problem is that a library which
contains foo failed to load.

If I view the log there is a nice Test Execution Errors section that has
the information I'd like to be provided to my listener.

My ultimate goal is to have remote test monitoring that has access to
nearly all the data that the test run log has.

--
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

Reply via email to