Circle CI 机器人框架失败

XAF*_*XAF 4 python robotframework circleci

你好,我试图找出为什么 Circle CI 无法让我的机器人框架运行。我用的是命令。 robot -d results -v inputEmail:circleci@xx.co tests/flow/investor_flow.robot 在我的本地计算机上运行代码。我已将整个存储库添加到 git hub 并添加了一个 Circle.yml 文件,如下所示。

test:
  override:
    - robot -d results -v inputEmail:circleci@aurorax.co  tests/flow/investor_flow.robot
general:
  artifacts:
    - "robot_results"
Run Code Online (Sandbox Code Playgroud)

这是requirement.txt 文件

robotframework
robotframework-selenium2library
robotframework-requests
Run Code Online (Sandbox Code Playgroud)

最后是我的文件夹结构的图片。

在此输入图像描述

这是circle ci 产生的错误

robot -d results -v inputEmail:circleci@aurorax.co  tests/flow/investor_flow.robot
[ ERROR ] Parsing 'tests/flow/investor_flow.robot' failed: Data source does not exist.

Try --help for usage information.

robot -d results -v inputEmail:circleci@aurorax.co  tests/flow/investor_flow.robot returned exit code 252
Run Code Online (Sandbox Code Playgroud)

这很奇怪,因为在我的本地机器上相同的代码可以工作。

Mas*_*hit 5

将路径更改为大写字母。 Tests/Flow/investor_flow.robot