File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -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:appium-sample-sdk:v1.0
27
+ source : testng:appium-sample-sdk:v1.1
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 23
23
<dependency >
24
24
<groupId >org.testng</groupId >
25
25
<artifactId >testng</artifactId >
26
- <version >7.6.1 </version >
26
+ <version >7.5 </version >
27
27
</dependency >
28
28
<dependency >
29
29
<groupId >io.appium</groupId >
72
72
<artifactId >maven-surefire-plugin</artifactId >
73
73
<version >2.22.2</version >
74
74
<configuration >
75
+ <suiteXmlFiles >
76
+ <suiteXmlFile >src/test/resources/com/browserstack/sample-test.testng.xml</suiteXmlFile >
77
+ </suiteXmlFiles >
75
78
<argLine >-javaagent:${com.browserstack:browserstack-java-sdk:jar} </argLine >
76
79
</configuration >
77
80
</plugin >
Original file line number Diff line number Diff line change @@ -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:appium-sample-sdk:v1.0
27
+ source : testng:appium-sample-sdk:v1.1
28
28
29
29
app : ./BStackSampleApp.ipa
30
30
# app: ./LocalSample.ipa #For running local tests
Original file line number Diff line number Diff line change 23
23
<dependency >
24
24
<groupId >org.testng</groupId >
25
25
<artifactId >testng</artifactId >
26
- <version >7.6.1 </version >
26
+ <version >7.5 </version >
27
27
</dependency >
28
28
<dependency >
29
29
<groupId >io.appium</groupId >
72
72
<artifactId >maven-surefire-plugin</artifactId >
73
73
<version >2.22.2</version >
74
74
<configuration >
75
+ <suiteXmlFiles >
76
+ <suiteXmlFile >src/test/resources/com/browserstack/sample-test.testng.xml</suiteXmlFile >
77
+ </suiteXmlFiles >
75
78
<argLine >-javaagent:${com.browserstack:browserstack-java-sdk:jar} </argLine >
76
79
</configuration >
77
80
</plugin >
You can’t perform that action at this time.
0 commit comments