@@ -24,14 +24,34 @@ export default {
2424
2525 runners : [
2626 androidPlatform ( {
27- name : 'pixel_8_api_33' ,
28- device : androidEmulator ( 'Pixel_8_API_33' ) ,
29- bundleId : 'com.example' ,
27+ name : 'android' ,
28+ device : androidEmulator ( 'Pixel_8_API_35' , {
29+ apiLevel : 35 ,
30+ profile : 'pixel_6' ,
31+ diskSize : '1G' ,
32+ heapSize : '1G' ,
33+ } ) ,
34+ bundleId : 'com.harnessplayground' ,
35+ } ) ,
36+ androidPlatform ( {
37+ name : 'moto-g72' ,
38+ device : physicalAndroidDevice ( 'Motorola' , 'Moto G72' ) ,
39+ bundleId : 'com.harnessplayground' ,
3040 } ) ,
3141 applePlatform ( {
32- name : 'iphone-16-pro-max' ,
33- device : appleSimulator ( 'iPhone 16 Pro Max' , '26.0' ) ,
34- bundleId : 'com.example' ,
42+ name : 'iphone-16-pro' ,
43+ device : applePhysicalDevice ( 'iPhone (Szymon) (2)' ) ,
44+ bundleId : 'react-native-harness' ,
45+ } ) ,
46+ applePlatform ( {
47+ name : 'ios' ,
48+ device : appleSimulator ( 'iPhone 16 Pro' , '18.6' ) ,
49+ bundleId : 'com.harnessplayground' ,
50+ } ) ,
51+ vegaPlatform ( {
52+ name : 'vega' ,
53+ device : vegaEmulator ( 'VegaTV_1' ) ,
54+ bundleId : 'com.playground' ,
3555 } ) ,
3656 webPlatform ( {
3757 name : 'web' ,
0 commit comments