@@ -25,54 +25,56 @@ const config = {
2525 os : '15.5' ,
2626 } ,
2727 } ,
28- 'genymotion.emulator.name' : {
29- type : 'android.genycloud' ,
30- device : {
31- recipeUUID : '9baf12f9-a645-4ffa-a688-0e92584d6194' ,
32- } ,
33- } ,
3428 emulator : {
3529 type : 'android.emulator' ,
3630 device : {
3731 avdName : 'Pixel_3a_API_35' ,
3832 } ,
33+ systemUI : {
34+ pointerLocationBar : 'hide' ,
35+ touches : 'show' ,
36+ navigationMode : '3-button' ,
37+ statusBar : {
38+ notifications : 'hide' ,
39+ clock : '1200' ,
40+ wifiSignal : 'none' ,
41+ mobileSignal : 'none' ,
42+ battery : 'full' ,
43+ charging : false ,
44+ } ,
45+ } ,
3946 } ,
4047 } ,
4148 apps : {
4249 'ios.debug' : {
4350 type : 'ios.app' ,
44- binaryPath :
45- 'ios/DerivedData/playground/Build/Products/Debug-iphonesimulator/playground.app' ,
46- start : 'react-native start' ,
47- build :
48- 'RCT_NO_LAUNCH_PACKAGER=true xcodebuild build -scheme playground -workspace ios/playground.xcworkspace -sdk iphonesimulator -configuration Debug -derivedDataPath ios/DerivedData/playground ONLY_ACTIVE_ARCH=YES -quiet -UseModernBuildSystem=YES' ,
51+ binaryPath : 'ios/DerivedData/playground/Build/Products/Debug-iphonesimulator/playground.app' ,
52+ start : 'npm start -- --e2e' ,
53+ build : 'RCT_NO_LAUNCH_PACKAGER=true xcodebuild build -scheme playground -workspace ios/playground.xcworkspace -sdk iphonesimulator -configuration Debug -derivedDataPath ios/DerivedData/playground ONLY_ACTIVE_ARCH=YES -quiet -UseModernBuildSystem=YES' ,
4954 } ,
5055 'ios.release' : {
5156 type : 'ios.app' ,
52- binaryPath :
53- 'ios/DerivedData/playground/Build/Products/Release-iphonesimulator/playground.app' ,
54- build :
55- 'RCT_NO_LAUNCH_PACKAGER=true xcodebuild build -scheme playground_release -workspace ios/playground.xcworkspace -sdk iphonesimulator -configuration Release -derivedDataPath ios/DerivedData/playground ONLY_ACTIVE_ARCH=YES -quiet -UseModernBuildSystem=YES' ,
57+ binaryPath : 'ios/DerivedData/playground/Build/Products/Release-iphonesimulator/playground.app' ,
58+ build : 'RCT_NO_LAUNCH_PACKAGER=true xcodebuild build -scheme playground_release -workspace ios/playground.xcworkspace -sdk iphonesimulator -configuration Release -derivedDataPath ios/DerivedData/playground ONLY_ACTIVE_ARCH=YES -quiet -UseModernBuildSystem=YES' ,
5659 } ,
5760 'android.debug' : {
5861 type : 'android.apk' ,
5962 binaryPath : 'android/app/build/outputs/apk/debug/app-debug.apk' ,
60- start : 'react-native start' ,
61- build :
62- 'cd android && ./gradlew app:assembleDebug app:assembleAndroidTest -DtestBuildType=debug' ,
63- reversePorts : [ 8081 ] ,
63+ start : 'npm start -- --e2e' ,
64+ build : 'cd playground/android && ./gradlew app:assembleDebug app:assembleAndroidTest -DtestBuildType=debug' ,
65+ reversePorts : [
66+ 8081 ,
67+ ] ,
6468 } ,
6569 'android.release' : {
6670 type : 'android.apk' ,
6771 binaryPath : 'android/app/build/outputs/apk/release/app-release.apk' ,
68- build :
69- 'cd android && ./gradlew app:assembleRelease app:assembleAndroidTest -DtestBuildType=release' ,
72+ build : 'cd android && ./gradlew app:assembleRelease app:assembleAndroidTest -DtestBuildType=release' ,
7073 } ,
7174 } ,
7275 configurations : {
7376 'ios.none' : {
74- binaryPath :
75- 'ios/DerivedData/playground/Build/Products/Debug-iphonesimulator/playground.app' ,
77+ binaryPath : 'ios/DerivedData/playground/Build/Products/Debug-iphonesimulator/playground.app' ,
7678 type : 'ios.none' ,
7779 name : 'iPhone 13' ,
7880 session : {
@@ -115,10 +117,6 @@ const config = {
115117 app : 'android.release' ,
116118 device : 'emulator' ,
117119 } ,
118- 'android.genycloud.release' : {
119- app : 'android.release' ,
120- device : 'genymotion.emulator.name' ,
121- } ,
122120 } ,
123121} ;
124122
0 commit comments