File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 33# =============================
44# Add your BrowserStack userName and accessKey here or set BROWSERSTACK_USERNAME and
55# BROWSERSTACK_ACCESS_KEY as env variables
6- userName : clarissarichard_A7mus1
7- accessKey : Mj8NqLbtk74Y8yCShzPm
6+ userName : ${{ env.BROWSERSTACK_USERNAME }}
7+ accessKey : ${{ env.BROWSERSTACK_ACCESS_KEY }}
88
99# ======================
1010# BrowserStack Reporting
@@ -13,7 +13,7 @@ accessKey: Mj8NqLbtk74Y8yCShzPm
1313# Set 'projectName' to the name of your project. Example, Marketing Website
1414projectName : DRB Web Reader
1515# Set `buildName` as the name of the job / testsuite being run
16- buildName : browserstack build
16+ buildName : DRB Web Reader Automated Tests
1717# `buildIdentifier` is a unique id to differentiate every execution that gets appended to
1818# buildName. Choose your buildIdentifier format from the available expressions:
1919# ${BUILD_NUMBER} (Default): Generates an incremental counter with every execution
@@ -31,10 +31,10 @@ platforms:
3131 osVersion : Big Sur
3232 browserName : Chrome
3333 browserVersion : latest
34- # - os: Windows
35- # osVersion: 10
36- # browserName: Edge
37- # browserVersion: latest
34+ - os : Windows
35+ osVersion : 10
36+ browserName : Edge
37+ browserVersion : latest
3838 # - deviceName: Samsung Galaxy S22 Ultra
3939 # browserName: chrome # Try 'samsung' for Samsung browser
4040 # osVersion: 12.0
You can’t perform that action at this time.
0 commit comments