I'm a new user to Protractor, and I encountered this error running my tests using Chrome (error displays beneath the address bar in the launched browser): You are using an unsupported command-line flag --ignore-certificate-errors. Stability and security will suffer. Here is my conf.js for Protractor: exports.config = { seleniumAddress: 'http://localhost:4444/wd/hub', capabilities: { 'browserName':
