Comment #3 on issue 867 by pekka.klarck: New keyword , "Run Keyword If Tag"
http://code.google.com/p/robotframework/issues/detail?id=867

1) How would it make the logs more clear if this was implemented in a library compared to you implementing this user keyword in a common resource:

Run Keyword If Tag
    [Arguments]    ${tag}    ${kw}    @{args}
    Run Keyword If    "${tag}" in @{TEST TAGS}    ${kw}    @{args}

2) Implementing this in a library wouldn't change the fact that tests' tags aren't available in suite setups or teardowns.


Reply via email to