Files
workinf_Blender_Wasm/docs/status/W-015.md
2026-08-12 04:47:48 -04:00

21 lines
435 B
Markdown

# W-015 Status
status: done
task: 建立 Playwright 冒烟测试
## Evidence
- Config: `web/playwright.config.ts`
- Tests: `web/tests/e2e/smoke.spec.ts`
- Browser: system Google Chrome with SwiftShader flags
The smoke suite covers editor startup, mock EngineWorker initialization,
IndexedDB/OPFS capability status, Canvas presence, orbit input and Outliner
scene content.
## Verification
```text
npm run test:e2e # 2 passed
```