Skip to content

Commit 368512c

Browse files
committed
updated pom.xml and bs.yml
1 parent 8aae703 commit 368512c

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

android/browserstack.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,9 @@ app: ./WikipediaSample.apk
3535
# Platforms object contains all the browser / device combinations you want to test on.
3636
# Entire list available here -> (https://www.browserstack.com/list-of-browsers-and-platforms/automate)
3737
platforms:
38-
- deviceName: Samsung Galaxy S22 Ultra
39-
platformVersion: 12.0
40-
platformName: android
41-
- deviceName: Samsung Galaxy S21
42-
platformVersion: 11.0
43-
platformName: android
44-
- deviceName: Google Pixel 6 Pro
45-
platformVersion: 12.0
46-
platformName: android
38+
- platformName: android
39+
platformVersion: 1[345]|15.0
40+
deviceName: Samsung Galaxy S.*|Google Pixel 9.*
4741

4842
# =======================
4943
# Parallels per Platform

android/pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1515
<maven.compiler.source>1.8</maven.compiler.source>
1616
<maven.compiler.target>1.8</maven.compiler.target>
17-
<cucumber.version>7.4.1</cucumber.version>
17+
<cucumber.version>7.14.0</cucumber.version>
1818
<testng.version>7.5.1</testng.version>
19-
<selenium-java.version>4.13.0</selenium-java.version>
20-
<java-client.version>8.6.0</java-client.version>
19+
<selenium-java.version>4.27.0</selenium-java.version>
20+
<java-client.version>9.4.0</java-client.version>
2121
<browserstack-local-java.version>1.0.6</browserstack-local-java.version>
2222
<json-simple.version>1.1.1</json-simple.version>
2323
<browserstack-java-sdk.version>LATEST</browserstack-java-sdk.version>
@@ -93,6 +93,7 @@
9393
</suiteXmlFiles>
9494
<argLine>
9595
-javaagent:${com.browserstack:browserstack-java-sdk:jar}
96+
-XX:CompressedClassSpaceSize=256m
9697
</argLine>
9798
<systemPropertyVariables>
9899
<cucumber.publish.quiet>true</cucumber.publish.quiet>

0 commit comments

Comments
 (0)