Jasmine + Pahtom.js + ReSharper : Test session don

2019-05-17 17:21发布

问题:

I write my JS tests using Jasmine and execute then with Phantom.js (1.8.1) on ReSharper (7.1)

Everything runs smoothly as ever, exept that the ReSharper Testrunner's Test Session is not stopped after all unittests are run. The result is that everytime I run a new unittest, it opens another Unittests session, and all the other open sessions have the "executing animation".

Any ideas how to get the test session to stop when all tests are run?

回答1:

This is a known problem for ReSharper, I've open a thread for it.