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):
If you use Protractor, this is probably the configuration you're looking for:
capabilities : { browserName : 'chrome', 'chromeOptions': { args: ['--test-type'] } },