bugfix: initialize chromeDriverArgs arg (#1032)

This commit is contained in:
Dean Whillier
2019-09-10 15:07:54 -04:00
committed by GitHub
parent e12d47ea62
commit 576bea19bd

View File

@@ -52,6 +52,7 @@ module.exports = {
const options = {
path: electronBinaryPath,
args: [`${path.join(sourceRootDir, 'src')}`, `--data-dir=${userDataDir}`, '--disable-dev-mode'],
chromeDriverArgs: [],
// enable this if chromedriver hangs to see logs
// chromeDriverLogPath: '../chromedriverlog.txt',