karma-runner / karma-intellij

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

Display better "time" information #5

Open vojtajina opened 11 years ago

vojtajina commented 11 years ago

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

segrey commented 11 years ago

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?

vojtajina commented 11 years ago

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

On Wed, Jul 17, 2013 at 4:14 AM, Sergey Simonchik notifications@github.comwrote:

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 .