sublime-robot-plugin icon indicating copy to clipboard operation
sublime-robot-plugin copied to clipboard

set execution parameters

Open serhatbolsu opened this issue 11 years ago • 1 comments

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

serhatbolsu avatar Dec 20 '14 12:12 serhatbolsu

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.

xpdable avatar Jan 12 '15 02:01 xpdable