Sergey Simonchik

Results 48 comments of Sergey Simonchik

If I'm correct, WebStorm plugin (Java) communicates with Karma only to parse webServer port from the line: `INFO [karma]: Karma v0.9.6 server started at http://localhost:9876/` So introducing public API here...

We usually mock external dependencies (in this case it's karma itself). For beginning I'll add e2e tests in karma-intellij.

Unfortunately, WebStorm integration doesn't work with 'singleRun' set to 'true', because in that case karma server runs tests right after startup and exits after the test run. And WebStorm integration...

Let's continue discussion in the https://youtrack.jetbrains.com/issue/WEB-32836.

Removing "Jump to Source" menu item will reduce possibility for users to know the keyboard shortcut for this action `F4`. Let's keep it. Yep, selecting a test in a test...

Hmm, truth to me told, I can't reproduce the issue. Right-clicking on a test and selecting "Show Statistics" menu item brings statistics about the test and all its siblings in...

Oh, I see. You already have statistics panel in the right area. In that case clicking "Show statistics" from the right-click menu does nothing: statistics panel is already there and...

It isn't obvious for me, because even if there is only one run configuration, there could be several *.conf.js Karma config files. Moreover, it could be convenient to navigate to...

About flat results: it seems to be a bug. Could you please file a new issue and attach there an output of the following command: - Select "Test Results" node...

About removing "karma.conf.js": your arguments make sense. There are two things that stop me: - "karma.conf.js" node navigates you to Karma config file. That is convenient, if you need to...