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 970e1e3 commit 4d84076Copy full SHA for 4d84076
README.md
@@ -142,7 +142,7 @@ Add the following in `browserstack.json`
142
```json
143
...
144
"proxy": {
145
- "hostname": "localhost",
+ "host": "localhost",
146
"port": 3128,
147
"username": "foo",
148
"password": "bar"
bin/cli.js
@@ -219,7 +219,7 @@ var statusPoller = {
219
function runTests() {
220
if (config.proxy) {
221
tunnelingAgent = tunnel.httpOverHttp({
222
- proxy: config.proxy;
+ proxy: config.proxy
223
});
224
var oldhttpreq = http.request;
225
http.request = function (options, callback) {
0 commit comments