Status: New
Owner: ----
Labels: Type-Enhancement Priority-Medium

New issue 867 by [email protected]: New keyword , "Run Keyword If Tag"
http://code.google.com/p/robotframework/issues/detail?id=867

Run keyword when test have tag
Using this kind of keyword, its really useful for example.
Only when test have tag "LOGS", system will download logs from remote server.

I would use it the same as other wrappers

for example

Run Keyword If Tag  DEBUG  Log Variables
Run Keyword If Tag  CLEAR  Remove Files  PATH
Run Keyword Unless Tag  NoDB  Connect to databases


Reply via email to