How to run TestCafe project using the LambdaTest Tunnel running at your local machine?

How to run TestCafe project using the LambdaTest Tunnel running at your local machine?

Hi Dipen,

You need to start the tunnle at your local machine with a same name, for example, “Tunnel_name” and then set the environment variable in the machine where you are running your test as below:

For Windows:

set LT_TUNNEL_NAME=Tunnel_name

For macOS/Linux:

export LT_TUNNEL_NAME=Tunnel_name

This will run the test using the tunnel which is started with the name specified in the environment variable.