protractor.conf.js (angular-11.0.1) | : | protractor.conf.js (angular-11.0.2) | ||
---|---|---|---|---|
skipping to change at line 24 | skipping to change at line 24 | |||
], | ], | |||
capabilities: { | capabilities: { | |||
browserName: 'chrome', | browserName: 'chrome', | |||
chromeOptions: { | chromeOptions: { | |||
binary: require('puppeteer').executablePath(), | binary: require('puppeteer').executablePath(), | |||
// See /integration/README.md#browser-tests for more info on these args | // See /integration/README.md#browser-tests for more info on these args | |||
args: ['--no-sandbox', '--headless', '--disable-gpu', '--disable-dev-shm-u sage', '--hide-scrollbars', '--mute-audio'], | args: ['--no-sandbox', '--headless', '--disable-gpu', '--disable-dev-shm-u sage', '--hide-scrollbars', '--mute-audio'], | |||
}, | }, | |||
}, | }, | |||
directConnect: true, | directConnect: true, | |||
SELENIUM_PROMISE_MANAGER: false, | ||||
baseUrl: 'http://localhost:4200/', | baseUrl: 'http://localhost:4200/', | |||
framework: 'jasmine', | framework: 'jasmine', | |||
jasmineNodeOpts: { | jasmineNodeOpts: { | |||
showColors: true, | showColors: true, | |||
defaultTimeoutInterval: 30000, | defaultTimeoutInterval: 30000, | |||
print: function() {} | print: function() {} | |||
}, | }, | |||
onPrepare() { | onPrepare() { | |||
require('ts-node').register({ | require('ts-node').register({ | |||
project: require('path').join(__dirname, './tsconfig.json') | project: require('path').join(__dirname, './tsconfig.json') | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |