Add Chromium-only Blender WebEngine parity work

This commit is contained in:
mes123456
2026-08-12 04:47:48 -04:00
commit 9fd26010f6
18225 changed files with 11622124 additions and 0 deletions

20
docs/status/W-015.md Normal file
View File

@@ -0,0 +1,20 @@
# 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
```