Creates a Automated Test Framework test (sys_atf_test).
sys_atf_test
arrow function that receives the ATF step builder and defines test steps by calling methods on its categories, e.g.:
atf.server.log({ log: 'message' })
atf.form.openForm({ table: 'incident', ... })
atf.rest.send({ ... })
https://docs.servicenow.com/csh?topicname=atf-test-now-ts.html&version=latest
Creates a Automated Test Framework test (
sys_atf_test).