sn_atf.headless.docker_image_name
ServiceNow property description:
The docker image that is used for headless client test runner. Default: headless_browser:latest
Attributes
- Sys ID: 016e0bf7776220103fe4b5b26810612c
- Type: string
- Application: Global
- Default value: headless_browser:latest

AI generated property description:
The ServiceNow property `sn_atf.headless.docker_image_name` specifies the Docker image used for the headless client test runner in the Automated Test Framework (ATF). By default, this property is set to `headless_browser:latest`, indicating that the latest version of the headless browser Docker image will be used. This configuration is essential for running ATF tests in a headless mode, which allows for automated testing without a graphical user interface. The property can be customized to point to a different Docker image if needed. For more details, refer to the ServiceNow documentation on configuring headless browsers for ATF.
Source