Wednesday, August 29, 2018
1 change
Resolved issues and error corrections
This fix makes JavaScript errors easier to find and understand in automated build logs. It helps teams diagnose failed tests faster by showing important browser error details directly near the related failure instead of only in full logs.
Original PR description
Since chrome headless have been merged, js error messages are difficult to read: some information was missing or only displayed in full all log. All console.error() will now be displayed in build details, and will appear just before the python assertion. XMO's improvement will also be used on all log: Using module and classname of the class calling phantomJS. Also: some small improvements on error message to make them easier to read