robotframework / statuschecker

Tool for validating that executed Robot Framework test cases have expected statuses and log messages.
26 stars 9 forks source link

RF 6.1 support #44

Closed aaltat closed 1 year ago

aaltat commented 1 year ago

When test looks like this:

Test
    [Documentation]    LOG 1:1    KALA
    Log    KALA

prior RF 6.1 doc was returned like: LOG 1:1 KALA, with single pace between 1.1 and KALA. But in RF 6.1 doc is returned as is. This causes problem in validation message and being backwards compatible.

aaltat commented 1 year ago

Done in #43