ArnaudBuchholz / ui5-test-runner

A test runner for UI5 applications enabling parallel execution of tests.
https://arnaudbuchholz.github.io/ui5-test-runner/
MIT License
18 stars 9 forks source link

Add `time` attribute on junit remote for `testcase` #82

Closed ArnaudBuchholz closed 3 months ago

ArnaudBuchholz commented 3 months ago

Is your feature request related to a problem? Please describe. JUnit report is missing time information

Describe the solution you'd like

<testcase time="100">

Describe alternatives you've considered Nothing

Additional context

ArnaudBuchholz commented 3 months ago

May need to refactor this script later because it does not distinguish modules (<testsuite> is mapped to test page and not module)