以pipline(GIT)创建报告

时间:2019-07-28 19:03:05

标签: git gitlab gitlab-ci

我要在完成GIT中的指导后尝试创建报告。

我这样做:看代码

但是结果是-我收到没有样式的html报告。(我只需要下载所有文件夹并从该文件夹打开报告) +无法生成吸引力报告?

  stage: automation-services
  script:
    - export PIP_INDEX_URL=https://
    - virtualenv --python=python3.6 venv
    - source venv/bin/activate
    - git clone -b development_3.0 link
    - cd service_tests/test_suite/test_case_buy_a_home/test_services_dashboard/
    - pytest . --html=report.html --css=style.css

  artifacts:
    when: always
    expire_in: 1 week
    name: "report"
    paths:
        - ./service_tests/test_suite/test_case_buy_a_home/test_services_dashboard/*.html
        - ./service_tests/test_suite/test_case_buy_a_home/test_services_dashboard/assets```

0 个答案:

没有答案