How do I mark a test case as pass on LambdaTest with xUnit framework?
Hi Emma!
To mark a test case as pass on LambdaTest with xUnit 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.