Search code examples
luastack-tracelua-busted

How to obtain a full stack trace when test fails with an error?


Especially when developing sort-of test driven, it would be really useful if busted output a full stack trace for tests failing with an error. I can't seem to find a busted option that would allow this.

Is there any way I can get a full stack trace instead of just a one-line error message?


Solution

  • Run busted -v as per this issue.