javascript - Debugging jasmine 2.0 tests with resharper -


i want debug javascript unit test inside jasmine 2.0 within resharper 8, i.e. want test pause can open chrome debugger @ variables etc. there stackoverflow answer jasmine 1.3 given here, not work in jasmine 2.0.

anyone got suggestion?

i have found 1 way stop jasmine 2.0 unit test returning resharper. whether best way don't know, works. include line below in test don't want complete.

resharperreporter.prototype.jasminedone = function () { };  

you need press stop on resharper unit test page stop test.

i should doing doesn't stop jasmine test finishing, don't have access locals inside test. have voted this issue on resharper web site there has better solution. if have problem suggest vote too.


Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -