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.ATF
Automated Test Framework tests, steps, and test suites.
The
| Operation | Description |
|---|---|
| add_create_user_step | Add a create user step |
| add_impersonate_user_step | Add an impersonate user step |
| add_log_step | Add a log message step |
| add_record_delete_step | Add a record delete step |
| add_record_insert_step | Add a record insert step |
| add_record_query_step | Add a record query step |
| add_record_update_step | Add a record update step |
| add_record_validation_step | Add a record validation step |
| add_rest_step | Add a REST API call step |
| add_server_script_step | Add a server-side script step |
| create_suite | Create an ATF test suite and add tests |
| create_test | Create 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.