How to mark a test case as pass on LambdaTest with MSTest framework?

How to mark a test case as pass on LambdaTest with MSTest framework?

Hi Emma!

To mark a test case as pass on LambdaTest with MSTest framework, you need to add the below LambdaTest hooks in your code.

browser.executeScript("lambda-status=passed");

For more details about LambdaTest hooks, please refer to our documentation.