Skip to content

Commit f7cd435

Browse files
Add another browser to test
1 parent 542746f commit f7cd435

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

browserstack.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
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
1414
projectName: 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

0 commit comments

Comments
 (0)