How to mark a test passed/failed on LambdaTest with JS-Nemo?

Can I mark a test as passed/failed with JS-Nemo?

Hi Macy,

You can mark the test as passed or failed by adding lambda-status hooks below:

For Passed Test: browser.executeScript(""lambda-status=passed");

For Failed Test: driver.executeScript('lambda-status=failed');