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 Sep 7, 2018. It is now read-only.
when something causes a yellow error, it ends up in wrong parts of the ouput. its true for the dots reporter as well, the yellow lines should be written somewhere after the failing test name, not among the dots.
but its especially critical with the xml reporter where those lines break the xml structure:
...
</testsuite>
�[1m�[33mUncaught exception: Unable to get property 'name' of undefined or null reference�[0m
�[1m�[33mUncaught exception: ./stuff.js:168 Uncaught TypeError: Cannot read property 'name' of undefined�[0m
<testsuite errors="0" tests="20" time="0.003" failures="0" name="Firefox 13.0.1, Windows 7">
...
also, the error lines shouldn't be truncated
The text was updated successfully, but these errors were encountered:
when something causes a yellow error, it ends up in wrong parts of the ouput. its true for the dots reporter as well, the yellow lines should be written somewhere after the failing test name, not among the dots.
but its especially critical with the xml reporter where those lines break the xml structure:
...
</testsuite>
�[1m�[33mUncaught exception: Unable to get property 'name' of undefined or null reference�[0m
�[1m�[33mUncaught exception: ./stuff.js:168 Uncaught TypeError: Cannot read property 'name' of undefined�[0m
<testsuite errors="0" tests="20" time="0.003" failures="0" name="Firefox 13.0.1, Windows 7">
...
also, the error lines shouldn't be truncated
The text was updated successfully, but these errors were encountered: