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
First off, thanks for the great addon. I just have a quick question that I can't seem to find anything about: how do I prevent notifications from swallowing error messages during automated acceptance testing?
In my testing environment, I have it autoClear pretty fast so that tests aren't artificially slowed down. But when errors come up when debugging acceptance tests, the error is swallowed up completely and the message is only flashed for an instant. I have to increase the timing just to read it, and I don't get a stack trace for further debugging.
Any suggestions? I get this is probably just the nature of promise chains handling exceptions, but it seems like there should be a better way to handle errors for debugging.
The text was updated successfully, but these errors were encountered:
did you have the chance to try reproduce this with an example test? I'm happy to put some work into trying to fix this for you but I'm struggling to understand the issue 😂
Hi there,
First off, thanks for the great addon. I just have a quick question that I can't seem to find anything about: how do I prevent notifications from swallowing error messages during automated acceptance testing?
In my testing environment, I have it autoClear pretty fast so that tests aren't artificially slowed down. But when errors come up when debugging acceptance tests, the error is swallowed up completely and the message is only flashed for an instant. I have to increase the timing just to read it, and I don't get a stack trace for further debugging.
Any suggestions? I get this is probably just the nature of promise chains handling exceptions, but it seems like there should be a better way to handle errors for debugging.
The text was updated successfully, but these errors were encountered: