How to disable headless mode in a Cloud execution environment

Prev Next

This article explains the steps to disable headless mode when running tests in a Cloud execution environment.

Prerequisites

  • You are using a Cloud execution environment.

Steps

  1. Open the settings page for the target test plan.

  2. Click Advanced Options on the screen.

  3. Enter the following in the JSON string input field:

    {
      "headless": false
    }
    

  4. Check the settings, click Done, and then click Save in the upper-right corner of the test plan screen.

Notes

  • Please ensure there are no syntax errors (such as missing curly braces or double quotes) in the entered JSON string.

  • When headless mode is disabled, rendering the actual browser screen requires additional processing, which may cause test execution times to be longer than usual.