|
3 | 3 | # =============================
|
4 | 4 | # Add your BrowserStack userName and accessKey here or set BROWSERSTACK_USERNAME and
|
5 | 5 | # BROWSERSTACK_ACCESS_KEY as env variables
|
6 |
| -userName: YOUR_USERNAME |
7 |
| -accessKey: YOUR_ACCESS_KEY |
| 6 | +userName: mohammadzrahman1 |
| 7 | +accessKey: 41vQVzKgxozzAxieu4fQ |
8 | 8 |
|
9 | 9 | # ======================
|
10 | 10 | # BrowserStack Reporting
|
11 | 11 | # ======================
|
12 | 12 | # The following capabilities are used to set up reporting on BrowserStack:
|
13 | 13 | # Set 'projectName' to the name of your project. Example, Marketing Website
|
14 |
| -projectName: BrowserStack Samples |
| 14 | +projectName: BrowserStack Samples |
15 | 15 | # Set `buildName` as the name of the job / testsuite being run
|
16 |
| -buildName: browserstack build |
| 16 | +buildName: browserstack build |
17 | 17 | # `buildIdentifier` is a unique id to differentiate every execution that gets appended to
|
18 | 18 | # buildName. Choose your buildIdentifier format from the available expressions:
|
19 | 19 | # ${BUILD_NUMBER} (Default): Generates an incremental counter with every execution
|
20 | 20 | # ${DATE_TIME}: Generates a Timestamp with every execution. Eg. 05-Nov-19:30
|
21 | 21 | # Read more about buildIdentifiers here -> https://www.browserstack.com/docs/automate/selenium/organize-tests
|
22 |
| -buildIdentifier: '#${BUILD_NUMBER}' # Supports strings along with either/both ${expression} |
| 22 | +buildIdentifier: "#${BUILD_NUMBER}" # Supports strings along with either/both ${expression} |
23 | 23 |
|
24 | 24 | # =======================================
|
25 | 25 | # Platforms (Browsers / Devices to test)
|
@@ -60,9 +60,9 @@ parallelsPerPlatform: 1
|
60 | 60 | browserstackLocal: true # <boolean> (Default false)
|
61 | 61 | # browserStackLocalOptions:
|
62 | 62 | # Options to be passed to BrowserStack local in-case of advanced configurations
|
63 |
| - # localIdentifier: # <string> (Default: null) Needed if you need to run multiple instances of local. |
64 |
| - # forceLocal: true # <boolean> (Default: false) Set to true if you need to resolve all your traffic via BrowserStack Local tunnel. |
65 |
| - # Entire list of arguments available here -> https://www.browserstack.com/docs/automate/selenium/manage-incoming-connections |
| 63 | +# localIdentifier: # <string> (Default: null) Needed if you need to run multiple instances of local. |
| 64 | +# forceLocal: true # <boolean> (Default: false) Set to true if you need to resolve all your traffic via BrowserStack Local tunnel. |
| 65 | +# Entire list of arguments available here -> https://www.browserstack.com/docs/automate/selenium/manage-incoming-connections |
66 | 66 |
|
67 | 67 | framework: playwright
|
68 | 68 | source: node-js-playwright-sample-sdk:v1
|
|
0 commit comments