45 lines
1.7 KiB
JSON
45 lines
1.7 KiB
JSON
{
|
|
"schema_version": 1,
|
|
"status": "BLOCKED",
|
|
"checked_at": "1970-01-01T00:00:00.000Z",
|
|
"zip_file_path": "replace-with-generated-package.zip",
|
|
"zip_sha256": "0000000000000000000000000000000000000000000000000000000000000000",
|
|
"checks": {
|
|
"compose_config": {
|
|
"status": "BLOCKED",
|
|
"detail": "示例数据;尚未检查 Compose 配置",
|
|
"command": "docker compose -f docker-compose.yml config"
|
|
},
|
|
"compose_build": {
|
|
"status": "BLOCKED",
|
|
"detail": "示例数据;尚未构建镜像",
|
|
"command": "docker compose -p works-square-smoke -f docker-compose.yml build --pull=false"
|
|
},
|
|
"compose_up": {
|
|
"status": "BLOCKED",
|
|
"detail": "示例数据;尚未启动 Compose 服务",
|
|
"command": "docker compose -p works-square-smoke -f docker-compose.yml up -d"
|
|
},
|
|
"container_port": {
|
|
"status": "BLOCKED",
|
|
"detail": "示例数据;尚未读取容器动态端口",
|
|
"command": "docker compose -p works-square-smoke port frontend 8080"
|
|
},
|
|
"http_smoke": {
|
|
"status": "BLOCKED",
|
|
"detail": "示例数据;尚未执行 HTTP smoke",
|
|
"command": "curl --fail --show-error http://127.0.0.1:<dynamic-port>/"
|
|
},
|
|
"fresh_directory_smoke": {
|
|
"status": "BLOCKED",
|
|
"detail": "示例数据;尚未在全新目录重复构建和启动",
|
|
"command": "extract package into a fresh directory and repeat compose config/build/up/http smoke"
|
|
},
|
|
"sandbox_browser_smoke": {
|
|
"status": "BLOCKED",
|
|
"detail": "示例数据;尚未执行 sandbox iframe 浏览器检查",
|
|
"command": "playwright sandbox iframe smoke without allow-same-origin"
|
|
}
|
|
}
|
|
}
|