local-testing
Installation
SKILL.md
Local UI Automation Testing
Use agent-browser to verify the local documentation site visually and programmatically.
| Layer | Command or tool | Authority |
|---|---|---|
| Development server | bun run docs:dev |
React Router and Vite |
| Documentation routes | site/content/compatibility.json |
Frozen path authority |
| Navigation and document registry | Compiled content manifest | Runtime result |
| Standalone demo routes | site/content/compatibility.json |
Frozen compatibility inventory |
| Browser automation | agent-browser |
Chromium through CDP |
Do not assume a fixed port or derive standalone IDs from filenames. The server selects the first available port, while the compatibility manifest is the route authority.
Start or reuse the development server
Prefer the server already associated with the current task. Otherwise start one in the background and retain its log for port discovery and error inspection: