RF-ride执行提示case找不到

284 阅读1分钟

问题描述:pycharm中创建的robot文件目录,在ride中能显示,但是执行的时候却提示找不到

 定位方法: 在命令行执行

      D:\robot\core-ui-auto-test\RobotAutoTest> robot TestCase\Core\05 User Center [UC]\AddUser.robot [ ERROR ] Parsing 'TestCase\Core\05' failed: File or directory to execute does not exist. Try --help for usage information.  

原因:pycharm中创建的文件夹带空格,robot命令执行参数以空格隔开,文件夹中的空格对此造成困惑