citrus icon indicating copy to clipboard operation
citrus copied to clipboard

Test duration in JUnit reports

Open siordache opened this issue 2 years ago • 1 comments

User story As a tester, I want to see test durations in the JUnit reports so that I'm able to see how my SUT behaves during stress tests.

Additional context The report templates for testsuites and testcases already contain the attribute time, whose value is provided by the property test.duration. However, test.duration is set to 0.0 for both testsuites and testcases.

siordache avatar Nov 03 '21 10:11 siordache

I agree that it does not make sense to set this to 0.0

I doubt though that the test duration is a good indication of the SUT performance. Citrus as a framework is not optimized to perform performance testing in terms of highest possible throughput and optimized test duration

christophd avatar Dec 12 '21 21:12 christophd