Jasmine + Pahtom.js + ReSharper: test session does not end after execution

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?

+3
source share
1 answer

This is a known issue for ReSharper, I open the thread for it.

+1
source

Source: https://habr.com/ru/post/1236176/


All Articles