parent
7f39f37003
commit
4e91ead40b
|
@ -108,10 +108,7 @@ if (process.env['WEB_TEST_METADATA']) {
|
||||||
args.push('--disable-gpu');
|
args.push('--disable-gpu');
|
||||||
}
|
}
|
||||||
setConf(conf, 'directConnect', true, 'is set to true for chrome');
|
setConf(conf, 'directConnect', true, 'is set to true for chrome');
|
||||||
setConf(
|
setConf(conf, 'chromeDriver', chromeDriver, 'is determined by the browsers attribute');
|
||||||
conf, 'chromeDriver',
|
|
||||||
chromeDriver,
|
|
||||||
'is determined by the browsers attribute');
|
|
||||||
setConf(
|
setConf(
|
||||||
conf, 'capabilities', {
|
conf, 'capabilities', {
|
||||||
browserName: 'chrome',
|
browserName: 'chrome',
|
||||||
|
|
Loading…
Reference in New Issue