Configure ATF for Headless Browser in Linux
Step 6 in the Linux setup for the ServiceNow® Headless Browser for ATF: Configure ATF with properties.
Before you begin
Complete Step 5: Set up instance for Headless Browser in Linux
Role required: admin on your ServiceNow instance and local administrator on the host machine.
This task: Now that you've set up your connection and authentication, configure ATF with several properties so that it can start containers successfully on the host machine.
Procedure
In your instance, navigate to ATF > Administration > Properties.
Enable the top two properties: Enable test/test suite execution and Enable scheduled test suite execution.
Scroll down to the Headless Runner Properties section.
Enable the top check box.
Enter the following values in the Headless Runner Properties form:
| Form Label | Property Name | Value to Imput |
|---|---|---|
| The user account used to login from the headless client test runner and begin the tests | sn\_atf.headless.username | Username of the integration user that you created in Add secrets to Docker for Headless Browser setup in Linux |
| The Docker secret ID that has the password stored of the user account | sn\_atf.headless.secret\_id | Docker “Secret ID” that you obtained earlier, as well as the Docker secret name that you created in Step 2 of the Add secrets to Docker for Headless Browser setup in Linux procedure. |
| The Docker image that is used for headless Client Test Runner | sn\_atf.headless.docker\_image\_name | Image name with tag that you downloaded: `ghcr.io/servicenow/atf-headless-runner:
Parent Topic:Headless Browser setup for Linux Previous topic:Set up instance for Headless Browser in Linux Next topic:Verify Headless Browser procedures in Linux |