Handbook Version
v2026.04.17.1
Released 2026-04-17
Download PDF
Smoke Test¶
Goal¶
Use the shortest set of steps to validate the main path from the library to the workspace, viewer, and export.
Recommended Minimum Samples¶
- start with the built-in
h730duinoorBluePhil - if you also want to validate import, add one of your own
DSNorKiCadfiles
Minimum Smoke Path¶
- Launch the app and enter the library.
- Confirm the library home page is interactive.
- Open a document and enter the workspace.
- In
2D, complete one pan, one zoom, and one object selection. - Right-click or long-press an object and open
View Info. - Open
Workbenchand perform one visibility or object-search action. - Switch to
Dataand confirm the summary page appears. - If the current document is
KiCad .kicad_pcb, switch to3Dand wait for loading to complete. - Open
Consoleand confirm that it can switch between chat and event-log views. - Return to
2Dand try one export. If export is still locked, confirm that the purchase center opens first. - Go back to the library and reopen the same document.
Pass Criteria¶
- both the library and workspace are reachable
- 2D and basic Workbench interaction are not blocked
Datacan show the current document summary- 3D works for KiCad samples
Consolecan switch between chat and event-log views- 2D export succeeds and can be verified, or in a locked state the purchase center opens correctly
Suggested Notes¶
- test platform
- sample type
- whether the built-in examples were used
- whether 3D was an applicable path
- failing step and message text
Common Questions¶
Why include Data in the smoke path?¶
Because the current import and scene-preparation flow uses the Data view as part of the real user path.
If the sample is not KiCad, does 3D failure count as a blocker?¶
No. 3D currently only applies to KiCad. Non-KiCad samples should skip that step.