【发布时间】:2023-01-07 05:32:44
【问题描述】:
我使用 python 3.8 硒 我在 gitlab 中运行管道
第一次运行 阶段:
- 测试。 (运行自动化测试)
- 历史副本
- generate_report(生成报告)
- 报告(将报告放在gitlab的页面上)
第二轮 阶段:
-
测试。 (运行自动化测试)
-
history_copy -> 解压 artifacts.zip - chmod -R 777 公共 - cp ./public/history/* ./allure_results
-
generate_report(生成报告)
-
报告(将报告放在gitlab中的页面上)
在页面中,我正确地看到了 allure 报告,但我没有看到历史
【问题讨论】:
标签: allure