Is there a possibility to mark tests skipped using Lambdahooks

I can understand we can mark our tests as passed or failed using Lambdahooks. Is there a possibility to mark tests skipped etc?

Hey Devan,

Absolutely! You have the capability to categorize your tests using a range of hooks, including options like ‘passed,’ ‘failed,’ ‘skipped,’ ‘ignored,’ ‘unknown,’ and ‘error.’ To explore the details on how to use these hooks effectively, please refer to our comprehensive guide at the following link: Lambda Hooks Documentation.