Setup and Installation: Windows
This article discusses setting up and installing Testsigma Tunnel on a Windows operating system. You can use command-line arguments to run the client or modify the 'args.yaml' file for configuration.
Prerequisites
Before you begin, ensure that you have referred to:
Steps for Installation
- From the left navigation bar, go to Settings > Testsigma Tunnel.
- In the top right corner, click the Download Icon and download the file as per your machine architecture.
- Extract the contents of the ZIP file to a directory of your choice.
-
Navigate to the extracted folder and execute the TestsigmaConnect binary. You can provide arguments in two ways:
a. Using Command Line Arguments
- Copy API Key from Settings > API Keys
- Execute the following command:
TestsigmaConnect.exe --key <your-authentication-key>
b. By Modifying โargs.yamlโ
- You can configure the authentication key and other parameters in the args.yaml file found in the same directory as the Testsigma Tunnel binary.
-
Hereโs a sample args.yaml:
key: "<your-authentication-key>" tunnel-name: "" connections: 10 inactive-timeout: 300 verbose: false - After making these changes, you can simply type ./TestsigmaConnect to start the client.
-
Once the application is started, you will see a message like below:
๐ Testsigma Connect is now running... ๐ ๐ Use the following tunnel name for your automation testing: ๐ Tunnel Name: <your-tunnel-name> ๐ To stop the tunnel, press Ctrl+C.
