karma-runner / karma-intellij

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

Remove the Results column #14

Closed IgorMinar closed 7 years ago

IgorMinar commented 11 years ago

Find a way to move the timing info from the third column into the first column and remove the third column that repeats most of the info from the first column and only adds timing information.

This will allow more space for the logged output which is way more interesting than the timing info.

segrey commented 11 years ago

Are you referring to the statistics panel? If yes, please refer to columns by names instead of positions. I see the following columns in order: "Test", "Time elapsed" and "Results". karma-run

IgorMinar commented 11 years ago

The columns don't have names in the UI, that's why I went with position. Based on your naming, I renamed the issue to "Remove Results column"

segrey commented 7 years ago

The statistics panel is gone now: test execution time is shown in test result tree.