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
fix: Fixed the issues with error handling
Changed the way the error handling is done and fixed the issue where the task is not failing even if
there are exceptions thrown
fix(task): Fix the bug when generating the HTML report
When generating the HTML report, if an alert does not have any instances available to it the task
throws an exception. Fixed the issue by checking to see if any instances are available.
Closes#5