Closed hidebear closed 2 years ago
RobotStackTracer is disabled if you have defined a listener or are using a custom runner script instead of robot. Seems that in your case, custom failure console output is from somewhere else? Easiest way to disable stack traces is by defining a dummy listener.
While starting using Pabot 2.1.0, we start seeing a log of information from RobotStackTracer which is great for debugging. However, it might increase the difficulty of readability while reading the console output since we have already made our own output information in RF to the console output while the case is failed. With the traceback logs it's too hard for our team to quickly identify the problem of the product, is it possible that we could disable the RobotStackTracer with the command line option? Thank you so much!