sn_atf.screenshots.mode
ServiceNow property description:
Enable or disable screenshot capture during test execution. Select 'Enable for all steps' to take screenshots for all the steps, 'Enable for failed steps' to take screenshots for failing steps only, 'Disable for all steps' to skip screenshots for all steps. If the property is not set to one of these values, screenshots will not be taken during the test execution. This property is private, changes to its value will not move between instances in update sets or Team development.
Attributes
- Sys ID: 66499ef95321220081e029cac2dc345a
- Type: choice list
- Application: Global
- Default value: enabledAll

AI generated property description:
The ServiceNow property `sn_atf.screenshots.mode` controls the behavior of screenshot capture during Automated Test Framework (ATF) test executions. It offers three settings: 'Enable for all steps' to capture screenshots for every test step, 'Enable for failed steps' to capture screenshots only for steps that fail, and 'Disable for all steps' to disable screenshot capture entirely. If the property is not explicitly set to one of these values, no screenshots will be taken during test execution. This property is private, meaning any changes made to it will not be transferred between instances via update sets or Team development. For more details, refer to the [ServiceNow documentation](https://docs.servicenow.com/bundle/washingtondc-application-development/page/administer/auto-test-framework/reference/atf-admin-properties.html).
Source