How to configure proxy settings

Prev Next

This page explains how to configure access to the application under test via a proxy server in the Nexus cloud execution environment.

Please use this configuration when testing applications that can only be accessed through a specific proxy, such as those on a corporate network.

Prerequisites: To perform the configuration, please have the proxy server's address, port number, and, if necessary, authentication information (username and password) ready.

Configuration Steps

  1. From the Nexus remote workspace, open the Test Plan that you want to configure.

  2. Click to open Advanced options.

  3. In the input field that appears, enter the proxy information in the JSON format below and save.

    Please replace server, username, and password with the values for your environment.

    If authentication is not required, please remove the username and password fields.

    {
      "proxy": {
        "server": "http://proxy.example.com:8080",
        "username": "user",
        "password": "pass"
      }
    }
  4. After saving the settings, run the test plan to verify that the application can be accessed via the proxy.

Please Note

If you are still unable to access the application under test after making these changes, please check if your corporate network's communication policy is blocking access from Autify's cloud environment.