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
As of now if the frontend fail that is no automatic check to catch it.
I think it would be good if we can catch it and get automatic notification when we broke frontend.
I imagine the following behavior: the change is first pushed to test environment only. There we check that pressing Run button gives results. If it works (potentially add other checks), we automatically push to dev and get notification if something fails along the line
The text was updated successfully, but these errors were encountered:
As of now if the frontend fail that is no automatic check to catch it.
I think it would be good if we can catch it and get automatic notification when we broke frontend.
I imagine the following behavior: the change is first pushed to test environment only. There we check that pressing
Run
button gives results. If it works (potentially add other checks), we automatically push todev
and get notification if something fails along the lineThe text was updated successfully, but these errors were encountered: