How to mark a test case as failed on LambdaTest in Robot framework - Python?

How to mark a test case as failed on LambdaTest in Robot framework - Python?

Hi Mark,

For a Failed Test, you need to use Lambda Hooks, here is a snippet for you to add in your code driver.executeScript('lambda-status=failed')

You can also refer to Lambda Hooks doc -