-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Hello.
According to Robot Framework, "v5.0 added support for native BREAK, CONTINUE and RETURN statements and for inline IF, and that combination should be used instead of 'Exit For Loop If', 'Continue For Loop If' and 'Return From Keyword If' keywords" (that will be deprecated and removed in the future).
But, reading an output.xml file containing these native statements, they are neither parsed nor stored in the DB by TestArchiver, that shows the following warnings:
WARNING: begin unknown item 'break'
WARNING: ending unknown item 'break'
WARNING: begin unknown item 'continue'
WARNING: ending unknown item 'continue'
WARNING: begin unknown item 'return'
WARNING: ending unknown item 'return'
Would it be possible to make these statements read and stored, in a new TestArchiver release?
Many thanks in advance for your support.