parent
b9854e582f
commit
0a564c3158
|
@ -136,8 +136,7 @@ if (process.env['WEB_TEST_METADATA']) {
|
|||
}
|
||||
setConf(conf, 'directConnect', true, 'is set to true for chrome');
|
||||
setConf(conf, 'chromeDriver', chromeDriver, 'is determined by the browsers attribute');
|
||||
mergeCapabilities(
|
||||
conf, {
|
||||
mergeCapabilities(conf, {
|
||||
browserName: 'chrome',
|
||||
chromeOptions: {
|
||||
binary: chromeBin,
|
||||
|
|
Loading…
Reference in New Issue