We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a780db9 commit 9b5ca9fCopy full SHA for 9b5ca9f
node-example.js
@@ -13,24 +13,14 @@ var capabilities = {
13
}
14
15
var options = {
16
- key: process.env.BROWSERSTACK_ACCESS_KEY,
+ '-key': process.env.BROWSERSTACK_ACCESS_KEY,
17
//hosts: [{
18
// name: 'localhost',
19
// port: 8080,
20
// sslFlag: 0
21
//}],
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
+ //'-f': __dirname,
+ //'-binaryPath': '/var/BrowserStackLocal'
34
};
35
36
// try {
0 commit comments