Ugh
Yes it's, more details in the user guide http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#test-setup-and-teardown
-Tatu
Send from my mobile
--
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 post to this group, send email to robotframework-users@googlegroups.com.
Visit this group at https://groups.google.com/group/robotframework-users.
For more options, visit https://groups.google.com/d/optout.
Ugh
If you want the test setup to be run only in specific test cases, then define the test setup only for those tests cases. But if you want to the test setup to be defined dynamically and it might be different for test run, that is not possible by using command line parameters only.
But perhaps you could elaborate the problem l, which you are trying to solve. Perhaps there is a other ways to solve the problem you are having.
-Tatu
Send from my mobile
Hi..
I read it but i didn t understand how to configure to run a keyword in specific tests..
How to pass to Test Setup, as argument, wich test cases i want him to run? Because what i understand is Test Setup recive as argument the keyword, and he will run this keuword before each test of the file.. but in my situation i only want this Test Setup to run in a few tests from my file..
Ex:
Test Setup run keywords xyz only in Test Case 2
Test case 1
Test case 2
Test case 3
Em 15/09/2016 02:13, "Tatu Aalto" <aalto...@gmail.com> escreveu:
Ugh
Yes it's, more details in the user guide http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#test-setup-and-teardown
-Tatu
Send from my mobile
On 14 Sep 2016 9:36 p.m., "anarc0der" <dnl3...@gmail.com> wrote:
Hi all...--
Is possible to run a Test Setup in just specifics tests of my file?
Ex:
Test Setup | Run My Keyword | Test 1 | Test 2 | Test 4
Test 1
Test 2
Test 3
Test 4
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+unsubscrib...@googlegroups.com.