joonvena / Robot-Reporter

Robot Reporter is a tool for Robot Framework test reporting.
7 stars 6 forks source link

fix: support both new and old RF formats for elapsed time #16

Open reubenmiller opened 6 months ago

reubenmiller commented 6 months ago

Fix support for the test execution time by automatically detecting both the new and old RobotFramework time formats, so the reports work in both versions.

In RF 7.0, the execution time is provided in the elapsed attribute, and in < RF 7.0, only the starttime and endtime attributes are provided.

See the RobotFramework 7.0 release notes for details.