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
New error structures are required for the templates that'll be used to render different types of errors in the GUI. These changes will be made in the driver as part of this PR and leveraged by the reporter in a different PR.
The plan is to tackle one of each error type separately, then move onto the next.
Templates:
CypressError (single code frame)
CypressError (multiple code frames)
AssertionError
Spec/App Error
The text was updated successfully, but these errors were encountered:
The code for this is done in cypress-io/cypress#3752, but has yet to be released.
We'll update this issue and reference the changelog when it's released.
New error structures are required for the templates that'll be used to render different types of errors in the GUI. These changes will be made in the driver as part of this PR and leveraged by the reporter in a different PR.
The plan is to tackle one of each error type separately, then move onto the next.
Templates:
The text was updated successfully, but these errors were encountered: