Makelore 2.0 initial clean snapshot
This commit is contained in:
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"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"
|
||||
},
|
||||
"game_canvas_smoke": {
|
||||
"status": "BLOCKED",
|
||||
"detail": "示例数据;尚未执行桌面、移动和 resize 浏览器检查",
|
||||
"command": "playwright desktop/mobile viewport and resize smoke",
|
||||
"canvas_evidence": {
|
||||
"logical_resolution": { "width": 960, "height": 540 },
|
||||
"desktop_viewport": { "width": 1280, "height": 720 },
|
||||
"mobile_viewport": { "width": 390, "height": 844 },
|
||||
"desktop_canvas": { "width": 1280, "height": 720 },
|
||||
"mobile_canvas": { "width": 390, "height": 219.375 },
|
||||
"expected_max_canvas": {
|
||||
"desktop": { "width": 1280, "height": 720 },
|
||||
"mobile": { "width": 390, "height": 219.375 }
|
||||
},
|
||||
"resize_verified": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user