How to mark test passed in Python Unit test on LambdaTest?

How can I mark a test as pass in Python Unit test?

Hi Tim,

To mark a test as Pass on LambdaTest you need to use Lambda Hooks as given below: browser.execute_script("lambda-status=passed")

You can also refer the below documentation: