sn_atf.headless.enabled

ServiceNow property description:

Enable/disable the headless client test runner for the Automated Test Framework. Default: false

Attributes

  • Sys ID: d7a8b141772220103fe4b5b268106192
  • Type: true | false
  • Application: Global
  • Default value: false
AI Logo

AI generated property description:

The `sn_atf.headless.enabled` property in ServiceNow is used to enable or disable the headless client test runner for the Automated Test Framework (ATF). When this property is set to `true`, it allows ATF to execute tests in a headless browser environment, which means tests can run without a graphical user interface. This can be particularly useful for running tests in environments where a display is not available or necessary, such as in continuous integration pipelines. By default, this property is set to `false`, meaning the headless client test runner is disabled. To enable it, you would need to explicitly set the property to `true`.

Source

Related property: sn_atf.schedule.enabled