Skip to content

Warning when parsing BREAK, CONTINUE and RETURN statements #70

@axiom41

Description

@axiom41

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions