Demo: Dashboard Replay¶
Generate local artifacts first:
roboci demo
Start the API and dashboard with the Docker-first path:
docker compose --profile dashboard up --build api dashboard
The CLI wrapper runs the same Compose profile:
roboci dev --docker
Open the dashboard URL printed by the command, then inspect:
- Runs list
- Current run detail
- Collision failure run detail
- Scenario replay page
- Artifact browser
- Regression summary
You can ask the demo command to check dashboard dependency availability:
roboci demo --dashboard
--dashboard does not make the core demo depend on Node. If dependencies are missing, the command prints Docker-first setup guidance and leaves the Python demo successful.
For local frontend development, install Node dependencies once and run roboci dev.