How to mark a test case as fail on LambdaTest with NUnit Framework?
Hi Noah Smith,
For Failed tests in the NUnit framework, kindly add Lambda hooks below in your code:
driver.executeScript('lambda-status=failed');
And for more details about Lambda Hooks, please refer to this link -