Files
the-nexus/package.json
Timmy 7ef1c55bc0
Some checks failed
CI / validate (pull_request) Failing after 5s
feat: add headless smoke tests for Nexus rendering and interaction
- Playwright-based, zero LLM dependency
- Tests: world renders, canvas exists, WebGL healthy, HUD elements,
  mouse interaction, Tab overview toggle, animation loop, data files
- run-smoke.sh for local execution
- Configurable NEXUS_URL for CI or local

Refs #445
2026-03-25 09:18:13 -04:00

6 lines
65 B
JSON

{
"devDependencies": {
"@playwright/test": "^1.58.2"
}
}