You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In robot framework V7.x the xml file output has changed from what it was in previous versions, see backwards incompatible changes
The timestamp format in output.xml has also been changed from the custom YYYYMMDD HH:MM:SS.mmm format to ISO 8601_ compatible YYYY-MM-DDTHH:MM:SS.mmmmmm. Using a standard format makes it
easier to process output.xml files, but this change also has big positive
performance effect.
We may be able to get away with this as we also need to create a new V3 listener when robot framework V7.x (Issue #67), so as part of the v3 Listner we use the new date format, but if not we may need to fall back and use Legacy output file format (--legacyoutput) when the RF version is >= 7
This is a placeholder issue in case we can't handle this in Issue #67 with the new V3 listener.
The text was updated successfully, but these errors were encountered:
In robot framework V7.x the xml file output has changed from what it was in previous versions, see backwards incompatible changes
We may be able to get away with this as we also need to create a new V3 listener when robot framework V7.x (Issue #67), so as part of the v3 Listner we use the new date format, but if not we may need to fall back and use Legacy output file format (
--legacyoutput
) when the RF version is >= 7This is a placeholder issue in case we can't handle this in Issue #67 with the new V3 listener.
The text was updated successfully, but these errors were encountered: