reframe icon indicating copy to clipboard operation
reframe copied to clipboard

show test run overview on completion

Open boegel opened this issue 5 years ago • 1 comments

Currently when a test run completes, reframe doesn't give much information, just a single line like:

[  PASSED  ] Ran 717 test case(s) from 717 check(s) (0 failure(s))
[==========] Finished on Sat Dec  7 14:54:30 2019

I think it could be useful to provide more information, like:

  • start time, end time, total time that was required
  • avg/min/max/median duration of tests
  • where to find test outputs

boegel avatar Dec 07 '19 14:12 boegel

Hi @boegel, this is related to #97 and it is in our roadmap.

vkarak avatar Dec 07 '19 16:12 vkarak