How to launch LambdaTest Tunnel for test automation in pytest?
Hi Miro!
To launch LambdaTest Tunnel for pytest testing, please follow the below steps -
-
Download the LambdaTest Tunnel binary.
-
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.