CodeceptJS icon indicating copy to clipboard operation
CodeceptJS copied to clipboard

Error handling suggestion for `AfterSuite` Hook

Open laxmikant-parate opened this issue 1 year ago • 0 comments

What are you trying to achieve?

!!! This is not a bug, just a suggestion !!!

Suppose I have 2 scenarios and 1 AfterSuite hook in a file and while execution both the scenarios passed but the AfterSuite hook failed, it shows as FAIL | 2 passed, 1 failed. This creates confusion, it may better show as 2 passed and the AfterSuite hook failed.

laxmikant-parate avatar Aug 22 '24 05:08 laxmikant-parate