项目
云鹿商场
套件
API smoke tests
环境
staging
执行器
local-mac-01
创建时间
2026/5/1 02:35:31
开始时间
2026/5/1 02:39:45
结束时间
2026/5/1 02:39:45
执行命令
python -m pytest API_Automation/cases -v -m smoke --alluredir=Reports/platform/{task_id}/allure-results测试报告
exit_code=1
✦AI 失败分析
已分析失败原因:
The pytest module is not installed in the Python environment, causing the test runner to fail.
影响范围:
All tests in the suite are blocked from execution, preventing any test validation in the staging environment.
修复建议:
Install the pytest module using pip (e.g., pip install pytest) or ensure the test environment's dependencies are properly configured.
建议排查动作
- - 先打开日志确认首个异常栈
- - 核对测试环境、账号、网络和构建版本
- - 对比同套件最近一次成功或失败记录
- - 必要时导出分析包交给 AI 做二次判断
Flaky 概率
0%