Configure Automated Test Framework (ATF) for Headless Browser in Microsoft Windows
Step 7 in the Microsoft Windows setup for the ServiceNow® Headless Browser for ATF: Configure ATF with properties.
Before you begin
Complete Step 6: Set up instance for Headless Browser in Microsoft Windows
Role required: admin on your ServiceNow instance and local administrator on the host machine.
Now that your connection and authentication are set up, you will 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 Microsoft Windows |
| 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 Microsoft Windows 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 Microsoft Windows Previous topic:Set up instance for Headless Browser in Microsoft Windows Next topic:Verify Headless Browser procedures for ATF in Microsoft Windows |