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

251 Views Asked by At

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?

1

There are 1 best solutions below

0
On BEST ANSWER

Run busted -v as per this issue.