# embedded-auto-test **Repository Path**: chenhuihao/embedded-auto-test ## Basic Information - **Project Name**: embedded-auto-test - **Description**: 自动化测试服务 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-05 - **Last Updated**: 2025-12-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README embedded-auto-test/ ├── README.md ├── requirements.txt ├── docker-compose.yml # (可选)用 Docker 启 Redis ├── uploads/ # 自动创建 ├── results/ # 自动创建 ├── web/ │ ├── app.py # Flask Web 服务 │ ├── tasks.py # Celery 任务(SSH 调度) │ └── templates/ │ └── index.html # 前端页面 ├── boards/ │ └── sample_test_plan.json # 测试套件模板 └── scripts/ ├── setup-wsl.sh # 一键初始化 WSL 环境 └── deploy-board.sh # 一键部署测试环境到单板