Skip to content

Commit 196b58f

Browse files
committed
chore: modify source key and project as consistent with AA
1 parent a4c3d3a commit 196b58f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

android/testng-examples/browserstack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ accessKey: BROWSERSTACK_ACCESS_KEY
1111
# ======================
1212
# The following capabilities are used to set up reporting on BrowserStack:
1313
# Set 'projectName' to the name of your project. Example, Marketing Website
14-
projectName: TestNg Android Project
14+
projectName: First TestNg Android Project
1515
# Set `buildName` as the name of the job / testsuite being run
1616
buildName: browserstack build
1717
# `buildIdentifier` is a unique id to differentiate every execution that gets appended to
@@ -24,7 +24,7 @@ buildIdentifier: '#${BUILD_NUMBER}' # Supports strings along with either/both ${
2424
# This property is needed to send test context to BrowserStack (test name, status)
2525
framework: testng
2626

27-
source: testng:sample-sdk:v1.0
27+
source: testng:appium-sample-sdk:v1.0
2828

2929
app: ./WikipediaSample.apk
3030
#app: ./LocalSample.apk #For running local tests

ios/testng-examples/browserstack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ accessKey: BROWSERSTACK_ACCESS_KEY
1111
# ======================
1212
# The following capabilities are used to set up reporting on BrowserStack:
1313
# Set 'projectName' to the name of your project. Example, Marketing Website
14-
projectName: TestNg Android Project
14+
projectName: First TestNg iOS Project
1515
# Set `buildName` as the name of the job / testsuite being run
1616
buildName: browserstack build
1717
# `buildIdentifier` is a unique id to differentiate every execution that gets appended to
@@ -24,7 +24,7 @@ buildIdentifier: '#${BUILD_NUMBER}' # Supports strings along with either/both ${
2424
# This property is needed to send test context to BrowserStack (test name, status)
2525
framework: testng
2626

27-
source: testng:sample-sdk:v1.0
27+
source: testng:appium-sample-sdk:v1.0
2828

2929
app: ./BStackSampleApp.ipa
3030
#app: ./LocalSample.ipa #For running local tests

0 commit comments

Comments
 (0)