How to run the wdio-lambdatest-service tunnel in MITM mode?

How to run the wdio-lambdatest-service tunnel in MITM mode?

Hi Brett M,

You can run the tunnel in MITM mode by passing the MITM flag in the services.

services: [
    [
      'lambdatest',
      {
        tunnel: true,
        isApp: true,
        lambdatestOpts: { mitm: true }
      }
    ]
]