Skip to content

Files

Latest commit

 

History

History
83 lines (72 loc) · 4.39 KB

environment-variables-supported-by-lambda-tunnel.md

File metadata and controls

83 lines (72 loc) · 4.39 KB
id title hide_title sidebar_label description keywords url site_name slug
environment-variables-supported-by-lambda-tunnel
Environment Variables Supported By LambdaTest Tunnel
true
Environment Variables Supported By LambdaTest Tunnel
Now you can access the LambdaTest tunnel through a proxy tunnel and leverage the environment variables to define your proxy settings. If these proxy environment variables are set then the tunnel will automatically detect them.
LambdaTest automation
LambdaTest environment variables
LambdaTest setup
LambdaTest tunnel
LambdaTest
environment-variables-supported-by-lambda-tunnel/
<script type="application/ld+json" dangerouslySetInnerHTML={{ __html: JSON.stringify({ "@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [{ "@type": "ListItem", "position": 1, "name": "LambdaTest", "item": "https://www.lambdatest.com" },{ "@type": "ListItem", "position": 2, "name": "Support", "item": "https://www.lambdatest.com/support/docs/" },{ "@type": "ListItem", "position": 3, "name": "Environment Variable", "item": "https://www.lambdatest.com/support/docs/environment-variables-supported-by-lambda-tunnel/" }] }) }} ></script>

Environment Variables Supported By LambdaTest Tunnel


You can leverage these environment variables to define your proxy settings. If these proxy environment variables are set then the tunnel will automatically detect them. You can switch command-line flags through an environment variable or .lt.yaml==$0 file with the LambdaTest tunnel. To configure the .lt.yaml, you can refer to the section Leverage .lt.yaml file of the documentation Advanced LambdaTest Tunnel Features.

What are Environment Variables?


Environment variables can be used in place of command-line flags. Each operating system has its compatibility in terms of environment variables. Command-line flags restrict environment variables from being bypassed. When available, the command-line flags always take priority.

Below is the following list of environment variables used by the LambdaTest Tunnel

ENVIRONMENT VARIABLE DESCRIPTION OPERATING SYSTEM
http_proxy
HTTP_PROXY
LambdaTest tunnel uses the HTTP proxy http://hostname:port Windows, Mac OS, Linux
https_proxy
HTTPS_PROXY
LambdaTest tunnel uses the HTTPS proxy https://hostname:port Windows, Mac OS, Linux
no_proxy
NO_PROXY
Comma separated list of hosts to bypass proxy when using tunnel. Wild cards is supported for sub-domains. Windows, Mac OS, Linux
LT_USERNAME
LT_ACCESS_KEY
LambdaTest Username
LambdaTest Access Key
Windows, Mac OS, Linux, FreeBSD

That was all you need to know for LambdaTest tunnel proxies. In case you have any questions, feel free to share them with us. Our experts are available on <span className="doc__lt" onClick={() => window.openLTChatWidget()}>24/7 chat support. You can also drop us a mail at support@lambdatest.com. Happy testing! 🙂