How to mark a test case as fail on LambdaTest in Gauge framework?

How can I mark a test case as fail on LambdaTest in Gauge framework?

Hello Tim,

You can use this hook to mark test fail on LambdaTest in Gauge framework:

driver.executeScript('lambda-status=failed');