How can I mark a test case as Fail on LambdaTest?
Hi Macy!
To mark a test case as Fail on LambdaTest, you need to add the below syntax in your test script.
driver.executeScript('lambda-status=failed');
For more help, please refer to our documentation