Where: Platform → Testing page (
/testing). Hardware bridges also require seb connect running on the host with the hardware attached.Procedures
A procedure is a named verification step saved on the project. Agents run them during implementation to validate their work, giving you confidence in the code they produce. Common shapes:- Smoke test — boot the firmware, check the expected strings on serial.
- Calibration check — run a routine, compare results against expected ranges.
- Regression — replay a captured CAN sequence, assert no unexpected frames.
Add a procedure
Testing page → procedure list → + Add procedure. An editor opens. Saving adds the procedure to the project; it appears immediately for every member.Run a procedure
Click Run on a procedure card. If it takes inputs, a dialog asks for them; live output streams in a side pane. Each run is recorded with timestamp, outcome, and operator.Bridges (hardware links)
A bridge is a live stream from a device connected to your host machine.| Bridge | Use |
|---|---|
| Serial Console | UART monitor |
| CAN Bus | Live CAN traffic, decoded against project DBC files |
| GDB Probe | On-target debug (ST-Link, J-Link, CMSIS-DAP) |
| Saleae Logic | Stream digital + analog signals |
| Ethernet Capture | Capture and inspect frames |
| UDP Receiver | Receive UDP log streams |

