This page shows a how to check for console errors in a protractor. Press F12 to show the developer tools.
Clicking Error button will result in a console error. Clicking Info or Warning button will result in a respective console message. The Message button will log a message to the console using commonly used console.log().
Note that console output generated with console.log() and console.debug() can not be retrieved from the browser.