Skip to content
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.

  • start with the built-in h730duino or BluePhil
  • if you also want to validate import, add one of your own DSN or KiCad files

Minimum Smoke Path

  1. Launch the app and enter the library.
  2. Confirm the library home page is interactive.
  3. Open a document and enter the workspace.
  4. In 2D, complete one pan, one zoom, and one object selection.
  5. Right-click or long-press an object and open View Info.
  6. Open Workbench and perform one visibility or object-search action.
  7. Switch to Data and confirm the summary page appears.
  8. If the current document is KiCad .kicad_pcb, switch to 3D and wait for loading to complete.
  9. Open Console and confirm that it can switch between chat and event-log views.
  10. Return to 2D and try one export. If export is still locked, confirm that the purchase center opens first.
  11. 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
  • Data can show the current document summary
  • 3D works for KiCad samples
  • Console can 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.