734 B
734 B
测试方案
开始时间:2026-05-18-19-19-36
测试项
curl -s -o /dev/null -w '%{http_code}' http://127.0.0.1:8001/favicon.icocurl -s http://127.0.0.1:8001/api/samplespytest -q- Chrome headless 首页截图确认页面仍可渲染。
验收标准
/favicon.ico不再返回 404。/api/samples返回样例视频和样例图像。- 自动化测试通过。
- 网页端加载样例有明确页面提示。
执行结果
/favicon.ico:通过,返回200 image/svg+xml。/api/samples:通过,返回synthetic_guidewire.mp4和synthetic_guidewire.png。pytest -q:通过,4 个测试全部通过。- Chrome headless 首页截图:通过,页面可正常渲染。