I've got a simple TypeError: 'undefined' is not an object
failure when running a test in Jasmine headless webkit. But there is no hint in which file or line the error occurs. Is there a way to get a clearer failure message?
You can use the --runner-out flag to save the HTML from the test. Open this in a browser and you will see the full stacktrace.
jasmine-headless-webkit --runner-out ~/Desktop/jasmine-out.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With