I write my JS tests using Jasmine and then run Phantom.js (1.8.1) on ReSharper (7.1)
Everything runs smoothly, as always, except that the ReSharper Testrunner test session does not stop after all unittests have started. As a result, every time I start a new unittest, it opens another Unittests session, and all other open sessions have an "executable animation".
Any ideas on how to stop a test session when running all tests?
source share