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

C# random value from dictionary and tuple -

cgi - How do I interpret URLs without extension as files rather than missing directories in nginx? -

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