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 default operating system used in headless testing scenarios, impacting how tests are executed across different platforms. |
| What area does it affect? |
Headless Testing Configuration |
| What does the default mean? |
The default value is "linux", which is the baseline setting used unless it is changed. |
| When should you review it? |
Review this property when configuring or troubleshooting headless testing environments. |
Out of the box property record
Raw metadata from the property record.
| Property name |
sn_atf.headless.default_os |
| Sys ID |
45705cdc77f220103fe4b5b26810610e |
| Type |
string |
| Application |
Global |
| Default value |
linux |
| Description |
The default operating system used for the ANY value selected. Default: "linux" |
| Updated |
2024-05-25 05:05:04 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... name Type Default value Purpose sn_atf.headless.browser_options string "--no-sandbox,-- disable-gpu" The CLI options are passed to the browser on startup sn_atf.headless.default_browser string Chrome Default browser used when starting up headless requests sn_atf.headless.default_os string Linux Operating system of host machine sn_atf.headless.docker_image_name string Name:tag of the Docker image on the host machine sn_atf.headless.docker_window_seconds int 60 If the Docker container fails to start up twice ...
Related properties