karma-mocha icon indicating copy to clipboard operation
karma-mocha copied to clipboard

fullTrace not working?

Open ehartford opened this issue 9 years ago • 1 comments

I tried adding this to my Karma config

client: {
  mocha: {
    fullTrace: true
  }
},

however, I am still not getting any stacktrace when an assertion fails.

PhantomJS 2.1.1 (Mac OS X 0.0.0) Common #range_to_string() handles bad input FAILED
Unspecified AssertionError

So I know which test it is on but not which assertion failed. How can I Get the line number to display?

ehartford avatar Dec 07 '16 20:12 ehartford

@ehartford karma-mocha does not support this options now.

Pull Request are welcome

Thanks

maksimr avatar Mar 17 '17 08:03 maksimr