Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
6369f62
update, adding bstack service, improvements
SaranshBS Feb 18, 2022
b487ef9
removing local conf & other extra code
SaranshBS Feb 18, 2022
dd25437
removing local test file
SaranshBS Feb 18, 2022
387b852
removing extra code
SaranshBS Feb 18, 2022
078737f
changes to readme
SaranshBS Feb 18, 2022
0e3d3fd
adding hints to confs & using w3c caps
SaranshBS Feb 18, 2022
7df517a
using base conf, added local config, renamed single_test to google_test
SaranshBS Mar 2, 2022
3da29c1
fixed script for single
SaranshBS Mar 2, 2022
2b9a440
changing file names and scripts for npm
SaranshBS Mar 4, 2022
27cd522
removing console line
SaranshBS Mar 4, 2022
deafea4
readme changes
SaranshBS Mar 4, 2022
292bbc3
chore: update package and lock files
Ankit098 Mar 8, 2022
bc206ce
add: new browserstack service in conf
Ankit098 Mar 8, 2022
946bb4a
chore: update versions in package file
Ankit098 Mar 9, 2022
77a0128
add: updated browsers to run on in parallel
Ankit098 Mar 9, 2022
49e4b37
chore: update local test conf
Ankit098 Mar 9, 2022
dae4d29
Merge pull request #1 from Ankit098/adding-bs-service
SaranshBS Mar 9, 2022
85ed4ad
readme fix
SaranshBS Mar 9, 2022
33f4c70
renaming test files
SaranshBS Mar 9, 2022
0e39ca6
update: test file with browserstackDemo
Ankit098 Mar 9, 2022
43319fa
chore: format files correctly
Ankit098 Mar 9, 2022
af90623
update: browser comabinations to run parallel tests on
Ankit098 Mar 9, 2022
1e130af
Merge pull request #2 from Ankit098/update_test_script
SaranshBS Mar 9, 2022
44c8742
moving service to 1.0.2
SaranshBS Mar 11, 2022
ca3f0cd
chore: fix capabilities link in readMe file
Ankit098 Mar 14, 2022
7b9350d
chore: update hub url in conf
Ankit098 Mar 14, 2022
4bb5e07
merge: master
Ankit098 Mar 15, 2022
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion conf/base.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ exports.config = {
waitforTimeout: 10000,
connectionRetryTimeout: 90000,
connectionRetryCount: 3,
host: 'hub-cloud.browserstack.com',
host: 'hub.browserstack.com',
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why? we use hub-cloud everywhere.. why to confuse users by this?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we have this in qig and docs, maintaining uniformity

services: [['@browserstack/wdio-browserstack-service']],

before: function () {
Expand Down