Skip to content

Commit ca61c4e

Browse files
authored
Merge pull request #40 from Ankit098/update_read_me
Update read me
2 parents 5e21ca8 + 4bb5e07 commit ca61c4e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Master branch contains **Selenium 3** samples, for **Selenium 4 - W3C protocol**
2020

2121
## Notes
2222
* You can view your test results on the [BrowserStack automate dashboard](https://www.browserstack.com/automate)
23-
* To test on a different set of browsers, check out our [platform configurator](https://www.browserstack.com/automate/node#setting-os-and-browser)
23+
* To test on a different set of browsers, check out our [platform configurator](https://www.browserstack.com/automate/capabilities)
2424
* You can export the environment variables for the Username and Access Key of your BrowserStack account
2525

2626
```sh

conf/base.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ exports.config = {
2020
waitforTimeout: 10000,
2121
connectionRetryTimeout: 90000,
2222
connectionRetryCount: 3,
23-
host: 'hub-cloud.browserstack.com',
23+
host: 'hub.browserstack.com',
2424
services: [['@browserstack/wdio-browserstack-service']],
2525

2626
before: function () {

0 commit comments

Comments
 (0)