karma-runner / karma-intellij

Reporter for IntelliJ / WebStorm.
Other
34 stars 10 forks source link

Shows statistics in test context menu doesn't do anything #15

Open IgorMinar opened 11 years ago

IgorMinar commented 11 years ago

I don't know what kinds of stats its supposed to show, but right now it doesn't do anything.

segrey commented 11 years ago

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 the right area (a table with "Test", "Time elapsed" and "Results" columns). WebStorm build 130.1630

Maybe I misunderstood the issue. Could you please provide more details?

IgorMinar commented 11 years ago

how is that different from just clicking on node in the tests? as far as I can tell, clicking on a node and right-clicking on a node and selecting show stats does the same thing.

segrey commented 11 years ago

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 its content is updated on test selection.

"Show statistics" menu item should be removed from the right-click menu in that case.

IgorMinar commented 11 years ago

yes