sndev.io / docs

ui-test

Generate UI test plan from ui-manifest.ts companion.

The ui-test command reads a ui-manifest.ts companion file alongside your manifest, resolves $ref values, and outputs a structured JSON test plan for the sn-ui-tester agent to execute.
sn ui-test <manifest.ts>

Generate UI test plan from ui-manifest.ts companion.

Arguments

NameRequiredDescription
manifest.tsYesPath to the manifest. A ui-manifest.ts companion must exist in the same directory.

Examples

sn ui-test examples/it-onboarding/manifest.ts
Resolved 3 UI test cases
Test plan written to .sn-results/ui/plan.json
The generated plan is consumed by the sn-ui-tester agent, which uses browser automation to visually validate records and flows.