Comment #42 on issue 174 by devendra...@gmail.com: New BuiltIn keyword to stop text execution with PASS status
https://code.google.com/p/robotframework/issues/detail?id=174

I am doing some check and dynamically setting the tag "SKIP" in suite setup.
I like to  pass all the tc in the suite if the tag SKIP is Present.
I want to add like below  in the Test Setup

Pass Execution If (tag == SKIP).
If I add it in the Test Setup it passes only the setup not the test case.
I dont want to have this check in the each test case as it will be easy if I Can Pass the test case from Test Setup itself

"Skips rest of the current test, setup, or teardown with PASS status.
This keyword can be used anywhere in the test data, but the place where used affects the behavior:"

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to