How to mark a test case as pass on LambdaTest with Java-Selenide?

Can I mark a test case as pass with Java-Selenide?

Hi Joe,

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: