robot执行是环境变量使用的不是syspath
将当前py文件添加到环境变量中需要使用 robotframework 内置OperatingSystem库
通过 OperatingSystem().append_to_environment_variable(\'path\',os.path.dirname(__file__)) 方法将当前环境变量中
robot执行是环境变量使用的不是syspath
将当前py文件添加到环境变量中需要使用 robotframework 内置OperatingSystem库
通过 OperatingSystem().append_to_environment_variable(\'path\',os.path.dirname(__file__)) 方法将当前环境变量中
相关文章: