File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ accessKey: BROWSERSTACK_ACCESS_KEY
11
11
# ======================
12
12
# The following capabilities are used to set up reporting on BrowserStack:
13
13
# Set 'projectName' to the name of your project. Example, Marketing Website
14
- projectName : TestNg Android Project
14
+ projectName : First TestNg Android Project
15
15
# Set `buildName` as the name of the job / testsuite being run
16
16
buildName : browserstack build
17
17
# `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 ${
24
24
# This property is needed to send test context to BrowserStack (test name, status)
25
25
framework : testng
26
26
27
- source : testng:sample-sdk:v1.0
27
+ source : testng:appium- sample-sdk:v1.0
28
28
29
29
app : ./WikipediaSample.apk
30
30
# app: ./LocalSample.apk #For running local tests
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ accessKey: BROWSERSTACK_ACCESS_KEY
11
11
# ======================
12
12
# The following capabilities are used to set up reporting on BrowserStack:
13
13
# Set 'projectName' to the name of your project. Example, Marketing Website
14
- projectName : TestNg Android Project
14
+ projectName : First TestNg iOS Project
15
15
# Set `buildName` as the name of the job / testsuite being run
16
16
buildName : browserstack build
17
17
# `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 ${
24
24
# This property is needed to send test context to BrowserStack (test name, status)
25
25
framework : testng
26
26
27
- source : testng:sample-sdk:v1.0
27
+ source : testng:appium- sample-sdk:v1.0
28
28
29
29
app : ./BStackSampleApp.ipa
30
30
# app: ./LocalSample.ipa #For running local tests
You can’t perform that action at this time.
0 commit comments