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
From the Nexus remote workspace, open the Test Plan that you want to configure.
Click to open Advanced options.
In the input field that appears, enter the proxy information in the JSON format below and save.
Please replace
server,username, andpasswordwith the values for your environment.If authentication is not required, please remove the
usernameandpasswordfields.{ "proxy": { "server": "http://proxy.example.com:8080", "username": "user", "password": "pass" } }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.