sublime-robot-plugin
sublime-robot-plugin copied to clipboard
set execution parameters
I would like to set variablefile argumentfile while executing.
How can I do this ? Pressing cmd+b gives me invalid syntax error. ( all other functionality works )
BR
Hi there, I met the same issue, I want to input some variablefile when execution.
For now to work around, I rewrite a bat, which is packaging pybot.bat with a -V arguments. Then, modify your sublime settings in ->RobotFrameWork->Edit Build Config, replace your pybot.bat with your new created one.