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
It's true that we currently lack detailed logs when an E2E test fails, but for now, we can review the screen recordings and trace files available in the CI artifacts.
Planned Solution: We will implement a new reporter (Allure Report) and integrate custom logs for each test.
I don't think changing the reporter would help. Even if it reports uncaught exceptions (does it?), tests triggering uncaught exceptions would still succeed (but we want these to fail).
As you mentioned in the ticket, we can use pageerror to handle uncaught exceptions. However, these need to be customized and clearly defined, which is why we're considering a different reporting approach.
That said, I can add a non-optimized solution to fail the tests. Did you notice many uncaught exceptions not failing the tests?
Description and goal
Right now when an E2E test fails we don't have lots of details. When it trips on an exception we instead get a timeout and no details.
See:
Acceptance criteria
.
The text was updated successfully, but these errors were encountered: