Skip to content

Instantly share code, notes, and snippets.

@prateeksabs
prateeksabs / browserstack.yml
Last active June 20, 2024 14:21
BrowserStack SDK provides support for all the capabilities used inside BrowserStack Automate. Apart from the capabilities mentioned on the SDK config generator, the below capabilities can be used inside the browserstack.yml file with mentioned key-value pair corresponding to them.
# =============================================================================================================================
# Set BrowserStack Credentials
# =============================================================================================================================
userName: YOUR_USERNAME
accessKey: YOUR_ACCESS_KEY
# Set `framework` of your test suite. Example, `testng`, `cucumber`, `cucumber-testng`
framework: testng # Required only for java based frameworks
# =============================================================================================================================