Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 6 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,12 @@
You can specify proxy settings in Nightwatch by adding the `proxy` key in your `*.conf.js`

```javascript
test_settings: {
default: {
desiredCapabilities: {
// Your capabilities
},
proxy: {
"host": "", // "127.0.0.1"
"port": "", // "8081"
"protocol": "" // "http"
}
}
}
selenium : {
"start_process" : false,
"host" : "hub-cloud.browserstack.com",
"port" : 80,
"proxy": "http://user:pass@host:port"
},
```

## Additional Resources
Expand Down