You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library is getting launched remotely, and for the most part everything is working great, except for the kwargs. In my .robot file, if I call it like this:
My test
Do something x y z my_arg=1
What I am seeing is that the my_arg=1 is getting passed in wholesale to args as a string, rather than as a k/v pair in kwargs. Am I doing something wrong here?
The text was updated successfully, but these errors were encountered:
I am relatively new to Robot Framework, so maybe this is just a newbie error... I have a library method like this:
This library is getting launched remotely, and for the most part everything is working great, except for the
kwargs
. In my.robot
file, if I call it like this:What I am seeing is that the
my_arg=1
is getting passed in wholesale toargs
as a string, rather than as a k/v pair inkwargs
. Am I doing something wrong here?The text was updated successfully, but these errors were encountered: