sndev.io / docs

run-suite

Execute a specific ATF test suite and report results.

The run-suite command triggers an ATF test suite from a manifest and waits for results. It identifies create_suite steps in the manifest and runs each suite via the CI/CD API.
sn run-suite <manifest.ts>

Execute a specific ATF test suite and report results.

Arguments

NameRequiredDescription
manifest.tsYesPath to the manifest containing ATF suite steps.

Examples

sn run-suite examples/test-cross-skill/manifest.ts
Running ATF suite: Cross-Skill Tests
✓ Test 1: Business Rule fires on insert 0.4s
✓ Test 2: Script include returns correct value 0.3s
✓ Test 3: Catalog item creates task 0.8s
3/3 tests passed (1.5s)