You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
Hi,
I want to get the passed and failed counts of the all the spec files runned in a particular suite and do some post action like sending an email.
If i use hooks I am not able to get the total passed failed count as the hooks class is getting called after each spec is done, so I am facing difficulty to get the counts. And where exactly do I write my Post suite completion Code.