21 lines
435 B
Markdown
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
|
|
```
|