1

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?

Thomas W
  • 14,757
  • 6
  • 48
  • 67

1 Answers1

3

Run busted -v as per this issue.

Paul Kulchenko
  • 25,884
  • 3
  • 38
  • 56