How to mark a NUnit test case as pass on LambdaTest platform?
Hi Noah Smith,
For Failed tests using 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 -