sn_atf.headless.secret_path
ServiceNow property description:
The absolute path of the secret file on a docker container. The computed default value will be "/runs/secrets/(sn_atf.headless.secret_name value)" . Default: (blank)
Attributes
- Sys ID: d3515410773620103fe4b5b268106177
- Type: string
- Application: Global
- Default value: nan

AI generated property description:
The `sn_atf.headless.secret_path` property in ServiceNow specifies the file path to a secret file used for headless browser authentication in the Automated Test Framework (ATF). This property ensures secure access by storing sensitive information required for headless browser operations. The secret file contains credentials or tokens that the headless browser uses to authenticate against the ServiceNow instance. Proper configuration of this property is crucial for running automated tests in a secure and efficient manner. For more details, refer to the official ServiceNow documentation on ATF headless browser properties.
Source