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
+22-22Lines changed: 22 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,7 +171,7 @@ Note:
171
171
172
172
### Run a specific test on BrowserStack
173
173
174
-
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 `browserstack-single.yml` file.
174
+
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 `bstack-single.yml` file.
175
175
176
176
- How to run the test?
177
177
@@ -181,13 +181,13 @@ In this section, we will run a single test on Chrome browser on Browserstack. To
del /f "browserstack.yml"&& copy /y .\src\test\resources\conf\capabilities\browserstack-single.yml browserstack.yml
190
+
del /f "browserstack.yml"&& copy /y .\src\test\resources\conf\capabilities\bstack-single.yml browserstack.yml
191
191
```
192
192
193
193
To run the default test scenario (e.g. End to End Scenario) on your own machine, use the following command:
@@ -226,7 +226,7 @@ In this section, we will run a single test on Chrome browser on Browserstack. To
226
226
227
227
### Run the entire test suite in parallel on a single BrowserStack browser
228
228
229
-
In this section, we will run the tests in parallel on a single browser on Browserstack. Refer to `browserstack-parallel.yml` file to change test capabilities for this configuration.
229
+
In this section, we will run the tests in parallel on a single browser on Browserstack. Refer to `bstack-parallel.yml` file to change test capabilities for this configuration.
230
230
231
231
- How to run the test?
232
232
@@ -236,13 +236,13 @@ In this section, we will run the tests in parallel on a single browser on Browse
del /f "browserstack.yml"&& copy /y .\src\test\resources\conf\capabilities\browserstack-parallel.yml browserstack.yml
245
+
del /f "browserstack.yml"&& copy /y .\src\test\resources\conf\capabilities\bstack-parallel.yml browserstack.yml
246
246
```
247
247
248
248
To run the entire test suite in parallel on a single BrowserStack browser, use the following command:
@@ -265,21 +265,21 @@ In this section, we will run the tests in parallel on a single browser on Browse
265
265
266
266
### Run the entire test suite in parallel on multiple BrowserStack browsers
267
267
268
-
In this section, we will run the tests in parallel on multiple browsers on Browserstack. Refer to the `browserstack-parallel-browsers.yml` file to change test capabilities for this configuration.
268
+
In this section, we will run the tests in parallel on multiple browsers on Browserstack. Refer to the `bstack-parallel-browsers.yml` file to change test capabilities for this configuration.
269
269
270
270
- Copy the capabilities to the root of the project:
- Please follow the README.md on the BrowserStack demo application repository to install and start the dev server on localhost.
310
-
- In this section, we will run a single testcase to test the BrowserStack Demo app hosted on your local machine i.e. localhost. Refer to the `browserstack-local.yml` file to change test capabilities for this configuration.
310
+
- In this section, we will run a single testcase to test the BrowserStack Demo app hosted on your local machine i.e. localhost. Refer to the `bstack-local.yml` file to change test capabilities for this configuration.
311
311
- 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).
312
312
- Further details for successfully creating a BrowserStackLocal connection can be found here:
313
313
@@ -324,13 +324,13 @@ In this section, we will run the tests in parallel on multiple browsers on Brows
del /f "browserstack.yml"&& copy /y .\src\test\resources\conf\capabilities\browserstack-local.yml browserstack.yml
333
+
del /f "browserstack.yml"&& copy /y .\src\test\resources\conf\capabilities\bstack-local.yml browserstack.yml
334
334
```
335
335
336
336
- To run the default test scenario (e.g. End to End Scenario) on a single BrowserStack browser using BrowserStackLocal, use the following command:
@@ -368,7 +368,7 @@ In this section, we will run the tests in parallel on multiple browsers on Brows
368
368
369
369
### [Web application hosted on internal environment] Run the entire test suite in parallel on a single BrowserStack browser using BrowserStackLocal
370
370
371
-
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 `browserstack-local-parallel.yml` file to change test capabilities for this configuration.
371
+
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 `bstack-local-parallel.yml` file to change test capabilities for this configuration.
372
372
373
373
- How to run the test?
374
374
@@ -378,13 +378,13 @@ In this section, we will run the test cases to test the internally hosted websit
del /f "browserstack.yml"&& copy /y .\src\test\resources\conf\capabilities\browserstack-local-parallel.yml browserstack.yml
387
+
del /f "browserstack.yml"&& copy /y .\src\test\resources\conf\capabilities\bstack-local-parallel.yml browserstack.yml
388
388
```
389
389
390
390
To run the entire test suite in parallel on a single BrowserStack browser using BrowserStackLocal, use the following command:
@@ -406,7 +406,7 @@ In this section, we will run the test cases to test the internally hosted websit
406
406
407
407
### [Web application hosted on internal environment] Run the entire test suite in parallel on multiple BrowserStack browser using BrowserStackLocal
408
408
409
-
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 `browserstack-local-parallel-browsers.yml` file to change test capabilities for this configuration.
409
+
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 `bstack-local-parallel-browsers.yml` file to change test capabilities for this configuration.
410
410
411
411
- How to run the test?
412
412
@@ -416,27 +416,27 @@ In this section, we will run the test cases to test the internally hosted websit
0 commit comments