Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property defines the URL used for the scheduled client runner, including specific parameters for headless testing. |
| What area does it affect? |
Automated Testing Framework |
| What does the default mean? |
The default value is "atf_test_runner.do?sysparm_nostack=true&sysparm_scheduled_tests_only=true&sysparm_headless=true", which is the baseline setting used unless it is changed. |
| When should you review it? |
Review this property when configuring or troubleshooting automated tests in headless mode. |
Out of the box property record
Raw metadata from the property record.
| Property name |
sn_atf.headless.runner_url |
| Sys ID |
41429810773620103fe4b5b2681061c8 |
| Type |
string |
| Application |
Global |
| Default value |
atf_test_runner.do?sysparm_nostack=true&sysparm_scheduled_tests_only=true&sysparm_headless=true |
| Description |
The scheduled client runner url with parms. Default: atf_test_runner.do?sysparm_nostack=true&sysparm_scheduled_tests_only=true&sysparm_headless=true |
| Updated |
2024-05-25 04:25:01 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... of times the instance checks for agent coming online before cancelling the test run sn_atf.headless.runner_banner_id string test_runner_banner The ID of the element verifying that client test runner page loaded correctly sn_atf.headless.runner_url string atf_test_runner.do? sysparm_nostack=true&sysparm_scheduled_tests_only=true&s URL of the scheduled client test runner page and its query parameters sn_atf.headless.secret_gid string 1000 The GID of the Docker container default user sn_atf.headless.secret_idstring The ID of ...
Related properties