sn_atf.headless.runner_url
ServiceNow property description:
The scheduled client runner url with parms. Default: atf_test_runner.do?sysparm_nostack=true&sysparm_scheduled_tests_only=true&sysparm_headless=true
Attributes
- Sys ID: 41429810773620103fe4b5b2681061c8
- Type: string
- Application: Global
- Default value: atf_test_runner.do?sysparm_nostack=true&sysparm_scheduled_tests_only=true&sysparm_headless=true

AI generated property description:
The `sn_atf.headless.runner_url` property in ServiceNow specifies the URL used by the scheduled client runner for executing automated test frameworks (ATF) in a headless mode. By default, this URL is set to `atf_test_runner.do?sysparm_nostack=true&sysparm_scheduled_tests_only=true&sysparm_headless=true`, which includes parameters to ensure that the tests run without a user interface stack, only execute scheduled tests, and operate in headless mode. This configuration is essential for running tests in environments where a graphical user interface is not available or needed. The property allows customization of the runner URL to fit specific testing requirements or environments. For more details, refer to the ServiceNow documentation on ATF headless browser properties.
Source