eftest icon indicating copy to clipboard operation
eftest copied to clipboard

add time to testcase in junit output

Open yanatan16 opened this issue 4 years ago • 2 comments

This is done with only changes to junit.clj using the :begin-test-var report type and saving start times in *context*. It requires no change in configuration. Outputs time in seconds with 3 decimal places.

yanatan16 avatar Mar 06 '20 20:03 yanatan16

Thanks. Can you fix the capitalisation in the commit message? e.g.

Add time notation to testcase in jUnit output

weavejester avatar Mar 06 '20 21:03 weavejester

Done.

yanatan16 avatar Mar 09 '20 18:03 yanatan16

Fixed by #84

weavejester avatar Nov 03 '22 21:11 weavejester