I need help with auth in proxy with my e2e protractor.
A part of my protractor.conf.js
:
capabilities: {
'browserName': 'chrome',
proxy: {
proxyType: 'manual',
httpProxy: 'http://xxx.xxx.xxx.xxx:port',
}
},
That's work fine, but my chrome open a dialog window for request a proxy credentials. How I can avoid it? I want set auth in protractor.conf or other angular file.