How to mark a test case as pass on LambdaTest using Appium Ruby-Cucumber?

Can I mark a test case as pass using Appium Ruby-Cucumber?

Hi Brett,

You can add our lambdahooks to your script to pass your app test:

$driver.execute_script("lambda-status=passed")