You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -278,18 +278,18 @@ Note: The ChromeDriver version must match the Chrome browser version on your mac
278
278
set BROWSERSTACK_ACCESS_KEY=<browserstack-access-key>
279
279
```
280
280
281
-
Alternatively, you can also hardcode username and access_key objects in the [caps.json](resources/conf/caps/caps.json) file.
281
+
Alternatively, you can also hardcode username and access_key objects in the [bs.json](resources/config/bs.json) file.
282
282
283
283
Note:
284
-
- We have configured a list of test capabilities in the [caps.json](resources/conf/caps/caps.json) file. You can certainly update them based on your device / browser test requirements.
284
+
- We have configured a list of test capabilities in the [bs.json](resources/config/bs.json) file. You can certainly update them based on your device / browser test requirements.
285
285
- The exact test capability values can be easily identified using the [Browserstack Capability Generator](https://browserstack.com/automate/capabilities)
286
286
287
287
288
288
## Running Your Tests
289
289
290
290
### Run a specific test on BrowserStack
291
291
292
-
In this section, we will run a single test on Chrome browser on Browserstack. To change test capabilities for this configuration, please refer to the `single` object in `caps.json` file.
292
+
In this section, we will run a single test on Chrome browser on Browserstack. To change test capabilities for this configuration, please refer to the `single` object in `bs.json` file.
293
293
294
294
- How to run the test?
295
295
@@ -328,7 +328,7 @@ In this section, we will run a single test on Chrome browser on Browserstack. To
328
328
329
329
### Run the entire test suite in parallel on a single BrowserStack browser
330
330
331
-
In this section, we will run the tests in parallel on a single browser on Browserstack. Refer to `single` object in `caps.json` file to change test capabilities for this configuration.
331
+
In this section, we will run the tests in parallel on a single browser on Browserstack. Refer to `single` object in `bs.json` file to change test capabilities for this configuration.
332
332
333
333
- How to run the test?
334
334
@@ -353,7 +353,7 @@ In this section, we will run the tests in parallel on a single browser on Browse
353
353
354
354
### Run the entire test suite in parallel on multiple BrowserStack browsers
355
355
356
-
In this section, we will run the tests in parallel on multiple browsers on Browserstack. Refer to the `parallel` object in `caps.json` file to change test capabilities for this configuration.
356
+
In this section, we will run the tests in parallel on multiple browsers on Browserstack. Refer to the `parallel` object in `bs.json` file to change test capabilities for this configuration.
357
357
358
358
- How to run the test?
359
359
@@ -378,7 +378,7 @@ In this section, we will run the tests in parallel on multiple browsers on Brows
- Please follow the README.md on the BrowserStack demo application repository to install and start the dev server on localhost.
381
-
- In this section, we will run a single test case to test the BrowserStack Demo app hosted on your local machine i.e. localhost. Refer to the `single_local` object in `caps.json` file to change test capabilities for this configuration.
381
+
- In this section, we will run a single test case to test the BrowserStack Demo app hosted on your local machine i.e. localhost. Refer to the `single_local` object in `bs.json` file to change test capabilities for this configuration.
382
382
- Note: You may need to provide additional BrowserStackLocal arguments to successfully connect your localhost environment with BrowserStack infrastructure. (e.g if you are behind firewalls, proxy or VPN).
383
383
- Further details for successfully creating a BrowserStackLocal connection can be found here:
384
384
@@ -425,7 +425,7 @@ In this section, we will run the tests in parallel on multiple browsers on Brows
425
425
426
426
### [Web application hosted on internal environment] Run the entire test suite in parallel on a single BrowserStack browser using BrowserStackLocal
427
427
428
-
In this section, we will run the test cases to test the internally hosted website in parallel on a single browser on Browserstack. Refer to the `single_local` object in `caps.json` file to change test capabilities for this configuration.
428
+
In this section, we will run the test cases to test the internally hosted website in parallel on a single browser on Browserstack. Refer to the `single_local` object in `bs.json` file to change test capabilities for this configuration.
429
429
430
430
- How to run the test?
431
431
@@ -448,7 +448,7 @@ In this section, we will run the test cases to test the internally hosted websit
448
448
449
449
### [Web application hosted on internal environment] Run the entire test suite in parallel on multiple BrowserStack browser using BrowserStackLocal
450
450
451
-
In this section, we will run the test cases to test the internally hosted website in parallel on multiple browsers on Browserstack. Refer to the `parallel_local` object in `caps.json` file to change test capabilities for this configuration.
451
+
In this section, we will run the test cases to test the internally hosted website in parallel on multiple browsers on Browserstack. Refer to the `parallel_local` object in `bs.json` file to change test capabilities for this configuration.
0 commit comments