bugfix: initialize chromeDriverArgs arg (#1032)
This commit is contained in:
@@ -52,6 +52,7 @@ module.exports = {
|
|||||||
const options = {
|
const options = {
|
||||||
path: electronBinaryPath,
|
path: electronBinaryPath,
|
||||||
args: [`${path.join(sourceRootDir, 'src')}`, `--data-dir=${userDataDir}`, '--disable-dev-mode'],
|
args: [`${path.join(sourceRootDir, 'src')}`, `--data-dir=${userDataDir}`, '--disable-dev-mode'],
|
||||||
|
chromeDriverArgs: [],
|
||||||
|
|
||||||
// enable this if chromedriver hangs to see logs
|
// enable this if chromedriver hangs to see logs
|
||||||
// chromeDriverLogPath: '../chromedriverlog.txt',
|
// chromeDriverLogPath: '../chromedriverlog.txt',
|
||||||
|
Reference in New Issue
Block a user