We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e47c57 commit 728b698Copy full SHA for 728b698
test/config.js
@@ -14,7 +14,10 @@ module.exports = (function () {
14
chromeOptions: {
15
extensions: [],
16
binary: launch_target,
17
- args: ['--config=' + launch_config]
+ args: ['--config=' + launch_config],
18
+ // if devtools_port is set in app.json and ChromeDriver needs to communicate on that port, set the following propery
19
+ // to be the same as devtools_port
20
+ //debuggerAddress: 'localhost:9090'
21
}
22
},
23
remoteDriverHost: "localhost",
0 commit comments