sn_atf.atf_test_runner.testframe.min_height
ServiceNow property description:
Numeric value representing the number of pixels for the screenshot height. Default screenshot height: 800
Attributes
- Sys ID: 6c5a4cc2d73213005e5ca2285e6103b3
- Type: integer
- Application: Global
- Default value: 800

AI generated property description:
The ServiceNow property `sn_atf.atf_test_runner.testframe.min_height` specifies the minimum height, in pixels, for the test runner's screenshot frame within the Automated Test Framework (ATF). According to the documentation, this property ensures that the screenshot taken during a test run has a height that meets or exceeds the defined pixel value. The default value for this property is set to 800 pixels. Adjusting this property can help in capturing more comprehensive screenshots, especially for applications with significant vertical content. This setting is crucial for maintaining consistency and clarity in test result documentation.
Source