我可以在运行时以某种方式获得更深的错误回溯吗
jasmine-headless-webkit 运行 Jasmine 规格... ..F 失败:3 次测试,1 次失败,0.019 秒。
(/Users/User/Development/project/spec/javascripts/modal_spec.coffee:14) TypeError: 'undefined' is not a function
我想知道错误发生在JS中的确切位置。一个不错的回溯将是完美的。
我可以在运行时以某种方式获得更深的错误回溯吗
jasmine-headless-webkit 运行 Jasmine 规格... ..F 失败:3 次测试,1 次失败,0.019 秒。
(/Users/User/Development/project/spec/javascripts/modal_spec.coffee:14) TypeError: 'undefined' is not a function
我想知道错误发生在JS中的确切位置。一个不错的回溯将是完美的。
正如这里所指出的,您可以使用
jasmine-headless-webkit --runner-out ~/Desktop/jasmine-out.html
生成具有良好回溯的良好报告。只需在您喜欢的浏览器中打开生成的 html