Azure DevOps with Visual Studio Tests

I went through the online documentation, but it didn’t have information on how to use Visual Studio testing. All I was able to see was an example of using Python scripts. However, I do see that when I execute the pipeline I do show that the tests pass and I’m able to see the results through the Lambdatest site but when using the LambdaTest tab after the run there are no results shown.

image

Hi Wralex,

Greetings!

For getting the results in the Lambdatest tab, you need to pass the below capability. caps.setCapability(“build”,System.getenv(“LT_BUILD_NAME”)); Please try this and let me know in case of any issues.

Thanks!

A little more detail on how this environment variable would be set would be good. Is this an environment variable created on the virtual agent when the LambdaTest Configuration setup is run?