Skip to content

Commit 9b5ca9f

Browse files
committed
args
1 parent a780db9 commit 9b5ca9f

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

node-example.js

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,14 @@ var capabilities = {
1313
}
1414

1515
var options = {
16-
key: process.env.BROWSERSTACK_ACCESS_KEY,
16+
'-key': process.env.BROWSERSTACK_ACCESS_KEY,
1717
//hosts: [{
1818
// name: 'localhost',
1919
// port: 8080,
2020
// sslFlag: 0
2121
//}],
22-
//f: __dirname,
23-
//binaryPath: '/var/BrowserStackLocal',
24-
//logfile: '/var/log/local.log',
25-
//localIdentifier: identifier,
26-
//verbose: true,
27-
//proxyUser: '',
28-
//proxyPass: '',
29-
//proxyPort: 80,
30-
//proxyHost: 'host',
31-
//force: true,
32-
//forcelocal: true,
33-
//onlyAutomate: true
22+
//'-f': __dirname,
23+
//'-binaryPath': '/var/BrowserStackLocal'
3424
};
3525

3626
// try {

0 commit comments

Comments
 (0)