How can I use Azure Pipelines with LambdaTest while simultaneously running it locally?

I want to use Azure Pipelines with LambdaTest, when running locally I am starting underpass and passing tunnel as true in the script. Do I have to run the same tunnel for Azure as well?

Hi Ian,

With Azure, you have the option to run the local tunnel and then use it for the tests or the easier way would be to use LambdaTest tunnel plugin on Azure.

Using the plugin, you can start the tunnel just before starting the script and stop the tunnel as soon as script is completed. To use the LambdaTest tunnel plugin,you need to download it from Azure Market place. Once done, please make sure to create a service connection using lambdatest username and access key. Then, just select the Configure Tunnel and Stop tunnel in classic Editor or while creating a yml.