33# =============================
44# Add your BrowserStack userName and acccessKey here or set BROWSERSTACK_USERNAME and
55# BROWSERSTACK_ACCESS_KEY as env variables
6- userName : BROWSERSTACK_USERNAME
7- accessKey : BROWSERSTACK_ACCESS_KEY
6+ userName : YOUR_USERNAME
7+ accessKey : YOUR_ACCESS_KEY
88
99# ======================
1010# Organizing your tests
@@ -19,6 +19,8 @@ accessKey: BROWSERSTACK_ACCESS_KEY
1919buildName : browserstack-build-1
2020# Use `projectName` to set the name of your project. Example, Marketing Website
2121projectName : BrowserStack Samples
22+ # Use `framework` to set the framework of your project. Example, testng, cucumber, cucumber-testng
23+ framework : testng
2224
2325# =======================================
2426# Platforms (Browsers / Devices to test)
@@ -56,9 +58,9 @@ parallelsPerPlatform: 1
5658# Set browserStackLocal to true if your website under test is not accessible publicly over the internet
5759# Learn more about how BrowserStack Local works here -> https://www.browserstack.com/docs/automate/selenium/local-testing-introduction
5860browserstackLocal : true # <boolean> (Default false)
59- # browserStackLocalOptions:
60- # Options to be passed to BrowserStack local in-case of advanced configurations
61- # localIdentifier: abcd # <string> (Default: null) Needed if you need to run multiple instances of local.
61+ # browserStackLocalOptions:
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.
6264# forceLocal: true # <boolean> (Default: false) Set to true if you need to resolve all your traffic via BrowserStack Local tunnel.
6365# Entire list of arguments available here -> https://www.browserstack.com/docs/automate/selenium/manage-incoming-connections
6466
0 commit comments