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
{{ message }}
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.
If I have a long-running test suite with multiple browsers, and debug output as part of my test suite, I can't easily determine what debug output correlates to what reporter messages. For example:
In this case, the unhandled promise is not related to the test output either before or after it's position in the logs. In fact, I can't tell anything about what it maps to.
If I have a long-running test suite with multiple browsers, and debug output as part of my test suite, I can't easily determine what debug output correlates to what reporter messages. For example:
In this case, the unhandled promise is not related to the test output either before or after it's position in the logs. In fact, I can't tell anything about what it maps to.
(Please see a PR for the wdio-jasmine-framework and the coherent reporter for some work implementing this.)
The text was updated successfully, but these errors were encountered: