karma-intellij icon indicating copy to clipboard operation
karma-intellij copied to clipboard

Display better "time" information

Open vojtajina opened this issue 11 years ago • 2 comments

Karma has two times: 1/ total time (total time - since the first file changed/trigering the tes run to the very last result) 2/ net time (sum of all specs; pure browser execution).

With WebStorm, there's pretty much another time - the total from the point of WebStorm view. (since it started the test run, to finish).

What is the time displayed in the UI ?

I think having the net execution can be helpful.

LOW PRIORITY

vojtajina avatar Jul 17 '13 04:07 vojtajina

UI displays the live time of "karma run" process. It's also possible to show to elapsed time for each test (click gear icon in 'Test Run' tab and check 'Show Statistics').

About net time: how would it be displayed if there are multiple captured browsers? Looks like we need to print:

Chrome: 5.1 sec
Firefox: 5.5 sec

Maybe we can show these numbers in the node text: Chrome 28.0.1500 (Linux) 5.5 sec. What do you think?

segrey avatar Jul 17 '13 11:07 segrey

appending "net time" to each browser name sounds great to me!

On Wed, Jul 17, 2013 at 4:14 AM, Sergey Simonchik [email protected]:

UI displays the live time of "karma run" process. It's also possible to show to elapsed time for each test (click gear icon in 'Test Run' tab and check 'Show Statistics').

About net time: how would it be displayed if there are multiple captured browsers? Looks like we need to print:

Chrome: 5.1 sec Firefox: 5.5 sec

Maybe we can show these numbers in the node text: Chrome 28.0.1500 (Linux) 5.5 sec. What do you think?

— Reply to this email directly or view it on GitHubhttps://github.com/karma-runner/karma-intellij/issues/5#issuecomment-21106232 .

vojtajina avatar Jul 22 '13 00:07 vojtajina