HiI would like to use Run Keyword if Test Failed and Passed in test case tear down. I set Test TearDown in Settings, but looks like Test TearDown does not allow multiple lines. Does anyone know if there is a workaround for this?*** Settings ***Test TearDown Run Keyword If Test Failed Open IssueTest TearDown Run Keyword If Test Passed Close IssueElsvent--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-u...@googlegroups.com.
To post to this group, send email to robotframe...@googlegroups.com.
Visit this group at http://groups.google.com/group/robotframework-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
This should work...*** Settings ***Test TearDown Custom Teardown*** Test Cases ***Test case 1Log Hola
*** Keywords ***Custom TeardownLog FirstLog SecondBest Regards,Mika
On Tue, Apr 23, 2013 at 12:13 PM, Elsvent Hong <els...@gmail.com> wrote:
HiI would like to use Run Keyword if Test Failed and Passed in test case tear down. I set Test TearDown in Settings, but looks like Test TearDown does not allow multiple lines. Does anyone know if there is a workaround for this?*** Settings ***Test TearDown Run Keyword If Test Failed Open IssueTest TearDown Run Keyword If Test Passed Close Issue
Elsvent--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-users+unsub...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-u...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-users+unsubscrib...@googlegroups.com.
To post to this group, send email to robotframe...@googlegroups.com.
Visit this group at http://groups.google.com/group/robotframework-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Ugh
Just like in Mika's example but provide the desired message as an argument [1] to the Custom Keyword.
-Tatu
Send from my mobile
[1] http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#user-keyword-arguments
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-u...@googlegroups.com.
To post to this group, send email to robotframe...@googlegroups.com.
Visit this group at http://groups.google.com/group/robotframework-users.
For more options, visit https://groups.google.com/d/optout.
hi, I am new to RIDE, I want to log test fail and pass after every case to an excel.Can anyone please explain the complete flow of how to achieve it.How can I use Test Case Teardown