提前致谢
jasmine.getEnv().currentRunner_.finishCallback = function () {};
Resharper不会通知测试已经完成,所以我们可以在打开的浏览器中设置调试断点(我使用chrome)和F5页面.
完成后,在resharper testrunner窗口中停止测试.
编辑:自从Jasmine 2.0你需要使用:
ReSharperReporter.prototype.jasmineDone = function () { };