sn_atf.runner.enabled
ServiceNow property description:
Enable test/test suite execution. The default value is false so that tests don't accidentally run on production systems. Update the value to 'true' on sub-production instances where you wish to run automated tests. This property is private; changes to its value will not move between instances in update sets or team development.
Attributes
- Sys ID: 99ca5ab55b1022001f80efe5f0f91a05
- Type: true | false
- Application: Global
- Default value: false

AI generated property description:
The ServiceNow property `sn_atf.runner.enabled` is used to enable the execution of tests and test suites within the Automated Test Framework (ATF). By default, this property is set to `false` to prevent accidental execution of tests on production systems. To run automated tests on sub-production instances, you need to manually set this property to `true`. This property is private, meaning that any changes made to its value will not be transferred between instances through update sets or team development. This ensures that test execution settings remain consistent and controlled across different environments.
Source