Forum Discussion

chris_reynolds's avatar
chris_reynolds
Occasional Contributor
14 years ago

Is there any way of programatically accessing the list of Errors

I am currently writing my tests in javascript and want to publish the results to a third-part tool.



Ideally, I'd like to post on the fly.



My concept was to replace Log.AppendFolder and Log.PopFolder with my own versions.



I can check the Log.errorCount and report whether a folder failed or succeeded but ideally I would like to also publish the text from the last error logged.