Skip to content

Commit 728b698

Browse files
committed
AUT-104: fixed issue with passing debug port to RVM
1 parent 4e47c57 commit 728b698

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/config.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ module.exports = (function () {
1414
chromeOptions: {
1515
extensions: [],
1616
binary: launch_target,
17-
args: ['--config=' + launch_config]
17+
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'
1821
}
1922
},
2023
remoteDriverHost: "localhost",

0 commit comments

Comments
 (0)