How to launch LambdaTest Tunnel for test automation in pytest?

How to launch LambdaTest Tunnel for test automation in pytest?

Hi Miro!

To launch LambdaTest Tunnel for pytest testing, please follow the below steps -

  1. Download the LambdaTest Tunnel binary.

  2. In desired capabilities, set the “tunnel” capability to “true”.

desired_caps['tunnel'] = True

Here is the GitHub repo for the above scenario to help you start tunnel for automation test in Pytest on LambdaTest.