sn_atf.debug
ServiceNow property description:
Enables additional debugging functionality for the Automated Testing Framework plugin including but not limited to: 1) Debugging tab on the Test Runner UI Page 2) Saving UI Test Result JSON to the test result record
Attributes
- Sys ID: 0b79dcf1870022008182c9ded0e3ec48
- Type: true | false
- Application: Global
- Default value: false

AI generated property description:
The `sn_atf.debug` property in ServiceNow is used to enable or disable debug logging for the Automated Test Framework (ATF). When this property is set to true, detailed debug information is logged, which can be useful for troubleshooting and understanding the behavior of ATF tests. This property is particularly helpful for developers and administrators who need to diagnose issues or optimize their test scripts. The default value of this property is false, meaning debug logging is turned off by default to avoid unnecessary performance overhead. To change the value of this property, navigate to the System Properties and update the `sn_atf.debug` setting accordingly.
Source