sndev.io / docs

ATF

Automated Test Framework tests, steps, and test suites.

The atf skill builds Automated Test Framework tests and suites. Create tests, add step types (server script, record insert/update/query/delete, user creation), and assemble them into suites that can be triggered via the CI/CD API.
OperationDescription
add_create_user_stepAdd a create user step
add_impersonate_user_stepAdd an impersonate user step
add_log_stepAdd a log message step
add_record_delete_stepAdd a record delete step
add_record_insert_stepAdd a record insert step
add_record_query_stepAdd a record query step
add_record_update_stepAdd a record update step
add_record_validation_stepAdd a record validation step
add_rest_stepAdd a REST API call step
add_server_script_stepAdd a server-side script step
create_suiteCreate an ATF test suite and add tests
create_testCreate an ATF test
Run sn ops atf to see the full input schema for each operation.
You

Write ATF tests for my business rule that validates incident priority — test that P1 incidents get auto-assigned.