From e9740a8d9cc17983bb8ff35709e90d93455190b1 Mon Sep 17 00:00:00 2001 From: Rohan Immanuel Date: Thu, 16 Apr 2020 16:41:26 +0530 Subject: [PATCH] Updated Proxy Config --- README.md | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 6959bc5f..c62cc426 100644 --- a/README.md +++ b/README.md @@ -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