Skip to content

Commit 6121898

Browse files
authored
Merge pull request #64 from karanshah-browserstack/sdk
Adding framework key
2 parents 9238bed + c2d9696 commit 6121898

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

browserstack.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ accessKey: YOUR_ACCESS_KEY
1919
buildName: browserstack-build-1
2020
# Use `projectName` to set the name of your project. Example, Marketing Website
2121
projectName: 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)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<surefire.version>2.19.1</surefire.version>
1919
<selenium.version>4.1.4</selenium.version>
2020
<json-simple.version>1.1.1</json-simple.version>
21-
<config.file>config/sample-test.testng.xml</config.file>
21+
<config.file>config/sample-local-test.testng.xml</config.file>
2222
</properties>
2323

2424
<dependencies>

0 commit comments

Comments
 (0)