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 sets the ID used to identify the client runner banner, which is essential for validating its presence when the client runner page is accessed. |
| What area does it affect? |
Automated Testing Framework |
| What does the default mean? |
The default value is "test_runner_banner", which is the baseline setting used unless it is changed. |
| When should you review it? |
Review this property when configuring or troubleshooting automated testing scenarios. |
Out of the box property record
Raw metadata from the property record.
| Property name |
sn_atf.headless.runner_banner_id |
| Sys ID |
b2192f4d777e20103fe4b5b268106136 |
| Type |
string |
| Application |
Global |
| Default value |
test_runner_banner |
| Description |
The element ID of the client runner banner on the client runner page to validate it opened |
| Updated |
2024-05-25 04:04:20 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... that HTTP requests being sent to the Docker host have until timeout sn_atf.headless.retry_count int 10 Number 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 ...
Related properties