sn_atf.schedule.suite_result_email.max_depth
ServiceNow property description:
Maximum depth when printing suite results in scheduled suite result emails. The default value is 20.
Attributes
- Sys ID: 31893e1f67003200cf8305225685ef0c
- Type: integer
- Application: Global
- Default value: 20

AI generated property description:
The ServiceNow property `sn_atf.schedule.suite_result_email.max_depth` determines the maximum depth of details included when printing suite results in scheduled suite result emails. This property is used within the Automated Test Framework (ATF) to control the level of detail in the email notifications sent after test suites are executed. The default value for this property is set to 20, meaning that by default, the email will include up to 20 levels of nested test results. Adjusting this value can help manage the verbosity of the email content, ensuring that it is neither too sparse nor too detailed for the recipients' needs. For more information, refer to the ServiceNow documentation on ATF administrative properties.
Source