@servicenow/sdk - v4.7.0
    Preparing search index...
    • Creates a Automated Test Framework test (sys_atf_test).

      Parameters

      • input: TestSetup
      • configurationFunction: (atf: ATFTestRun) => unknown

        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({ ... })

      Returns { configurationFunction: (atf: ATFTestRun) => unknown; input: TestSetup }