File tree Expand file tree Collapse file tree 2 files changed +7
-12
lines changed
Expand file tree Collapse file tree 2 files changed +7
-12
lines changed Original file line number Diff line number Diff 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)
3737platforms :
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
Original file line number Diff line number Diff line change 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>
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>
You can’t perform that action at this time.
0 commit comments