Is it possible to mark a test case as pass on LambdaTest with Cucumber?
Hi Devan,
For Passed tests, kindly add Lambda hooks below in your code:
browser.executeScript("lambda-status=passed");
And for more details about Lambda Hooks, please refer to this link: