diff --git a/README.md b/README.md index 88f8ea09e..e775aa710 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Master branch contains **Selenium 3** samples, for **Selenium 4 - W3C protocol** ## Notes * You can view your test results on the [BrowserStack automate dashboard](https://www.browserstack.com/automate) -* To test on a different set of browsers, check out our [platform configurator](https://www.browserstack.com/automate/node#setting-os-and-browser) +* To test on a different set of browsers, check out our [platform configurator](https://www.browserstack.com/automate/capabilities) * You can export the environment variables for the Username and Access Key of your BrowserStack account ```sh diff --git a/conf/base.conf.js b/conf/base.conf.js index a7db9e0a7..0a406ed56 100644 --- a/conf/base.conf.js +++ b/conf/base.conf.js @@ -20,7 +20,7 @@ exports.config = { waitforTimeout: 10000, connectionRetryTimeout: 90000, connectionRetryCount: 3, - host: 'hub-cloud.browserstack.com', + host: 'hub.browserstack.com', services: [['@browserstack/wdio-browserstack-service']], before: function () {