How to pass MITM flag in the LambdaTest Tunnel running by default in TestCafe Project?

How to pass MITM flag in the LambdaTest Tunnel running by default in TestCafe Project?

Hi Yanisleidi,

MITM flag can be passed in the LambdaTest tunnel command by setting the environment variable as it takes tunnel arguments from there. You need to set below Environment variable at the machine where you are running your test.

For Windows:

set LT_MITM=true

For macOS/Linux:

export LT_MITM=true