Closed dschiller closed 4 years ago
Is there a way to see the Stacktrace Line numbers on Exceptions from the underlying Step Implementations ?
I alrady used --debug-steps and --no-line-jump but no success.
--debug-steps
--no-line-jump
You can pass -t to see the entire traceback.
-t
Works. Thank's a lot! ( https://radish.readthedocs.io/en/stable/commandline.html#run-show-traceback-on-failure )
Is there a way to see the Stacktrace Line numbers on Exceptions from the underlying Step Implementations ?
I alrady used
--debug-steps
and--no-line-jump
but no success.