Ugh
My need is only in the setup. I did have not so elegant solution in my mind. Call pybot first to only do the run once setup, then call pabot to run the parallel test and combine the result with rebot. But implementing the Run Only Once keyword would definitely ease the complexity.
Can not even think how to make the Run Only Once work in the 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-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.
--
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.
To Authors and Others..
I am able to achieve parallel execution of Robot Framework tests using Pabot in my system. Pardon my technical knowledge, I see there is not enough instruction how to distribute tests to different machines (System1 and System 2) or not possible to do distribute testing.
open browser about:blank Firefox None http://IpAddress:Port(of selenium grid hub)/wd/hub ff_profile_dir=${Profile}
execute the test using pabot... Parallel and distribution testing achieved.
Only problem/drawback is, I could not pass Chrome options to Open browser keyword for chrome browser as Open browser does nothing using chrome options.
Hope this will be useful for some users. please refer document how to use pabot and selenium grid... have a great day!