How to integrate with LambdaTest with MSTest?
Hey Alex,
You can integrate Lambdatest by adding the code below:
{ [TestClass] public class SingleLTTests { IWebDriver driver;
    String username = "YOUR LT_USERNAME"; //Enter your username here
    String accesskey = "YOUR LT_ACCESS_KEY"; //Enter your access key here
    String gridURL = "@hub.lambdatest.com/wd/hub";
    DesiredCapabilities capabilities;
For reference, please click here: MSTest With Selenium Grid | LambdaTest