Comment #7 on issue 882 by [email protected]: Java class to manage commandline creation for running RF
http://code.google.com/p/robotframework/issues/detail?id=882
RobotCommandLine cmdLine = getDefaultArgs(environment); // Code for adding some run specific tags // Eg // if (isDryRun) // cmdLine.setRunMode(RobotRunMode.DryRun); RobotRunner robotRunner = new RunnerFactory().createRunner(); robotRunner.run(cmdLine.toArray());
