文件服务,管理 plugin 生成的测试报告(对象)
- Kubernetes
参考
plugin
参考
快速开始
参考
快速开始
# request
curl -X GET -H "Content-Type: application/json" -H "Authorization: admin" http://192.168.228.5:31690/files/v1.0/report -d '
{
"type":"pytest",
"uid":"278a0e0f-08a4-47b1-a4a8-582b21fcf694",
"path":"/demo/report"
}'
# response
{
"url":"http://192.168.228.5:31690/files/share/result/278a0e0f-08a4-47b1-a4a8-582b21fcf694/index.html"
}
# 浏览器打开
open http://192.168.228.5:31690/files/share/result/278a0e0f-08a4-47b1-a4a8-582b21fcf694/index.html