|
3 | 3 | "runnerConfig": "e2e/config.json", |
4 | 4 | "skipLegacyWorkersInjection": true, |
5 | 5 | "apps": { |
6 | | - "ios.native.debug": { |
7 | | - "name": "iOS NativeMessaging Debug", |
8 | | - "type": "ios.app", |
9 | | - "binaryPath": "examples/NativeMessaging/ios/build/Build/Products/Debug-iphonesimulator/NativeMessaging.app", |
10 | | - "build": "cd examples/NativeMessaging && xcodebuild -workspace ios/NativeMessaging.xcworkspace -scheme NativeMessaging -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build" |
11 | | - }, |
12 | | - "ios.native.release": { |
13 | | - "name": "iOS NativeMessaging Release", |
14 | | - "type": "ios.app", |
15 | | - "binaryPath": "examples/NativeMessaging/ios/build/Build/Products/Release-iphonesimulator/NativeMessaging.app", |
16 | | - "build": "cd examples/NativeMessaging && xcodebuild -workspace ios/NativeMessaging.xcworkspace -scheme NativeMessaging -configuration Release -sdk iphonesimulator -derivedDataPath ios/build" |
17 | | - }, |
18 | | - "android.native.debug": { |
19 | | - "name": "Android NativeMessaging Debug", |
20 | | - "type": "android.apk", |
21 | | - "binaryPath": "examples/NativeMessaging/android/app/build/outputs/apk/debug/app-debug.apk", |
22 | | - "build": "cd examples/NativeMessaging/android && ./gradlew assembleDebug assembleAndroidTest -DtestBuildType=debug" |
23 | | - }, |
24 | | - "android.native.release": { |
25 | | - "name": "Android NativeMessaging Release", |
26 | | - "type": "android.apk", |
27 | | - "binaryPath": "examples/NativeMessaging/android/app/build/outputs/apk/release/app-release.apk", |
28 | | - "build": "cd examples/NativeMessaging/android && ./gradlew assembleRelease assembleAndroidTest -DtestBuildType=release" |
29 | | - }, |
30 | 6 | "ios.sample.debug": { |
31 | 7 | "name": "iOS SampleApp Debug", |
32 | 8 | "type": "ios.app", |
|
42 | 18 | "android.sample.debug": { |
43 | 19 | "name": "Android SampleApp Debug", |
44 | 20 | "type": "android.apk", |
45 | | - "binaryPath": "examples/SampleApp/android/app/build/outputs/apk/release/app-release.apk", |
46 | | - "build": "cd examples/SampleApp/android && ./gradlew assembleRelease assembleAndroidTest -DtestBuildType=debug" |
| 21 | + "binaryPath": "examples/SampleApp/android/app/build/outputs/apk/debug/app-debug.apk", |
| 22 | + "build": "cd examples/SampleApp/android && ./gradlew assembleDebug assembleAndroidTest -DtestBuildType=debug" |
47 | 23 | }, |
48 | 24 | "android.sample.release": { |
49 | 25 | "name": "Android SampleApp Release", |
|
62 | 38 | "emulator": { |
63 | 39 | "type": "android.emulator", |
64 | 40 | "device": { |
65 | | - "avdName": "Pixel4" |
| 41 | + "avdName": "Pixel_29_AOSP" |
66 | 42 | } |
67 | 43 | } |
68 | 44 | }, |
69 | 45 | "configurations": { |
70 | | - "ios.native.debug": { |
71 | | - "device": "simulator", |
72 | | - "app": "ios.native.debug" |
73 | | - }, |
74 | | - "ios.native.release": { |
75 | | - "device": "simulator", |
76 | | - "app": "ios.native.release" |
77 | | - }, |
78 | | - "android.native.debug": { |
79 | | - "device": "emulator", |
80 | | - "app": "android.native.debug" |
81 | | - }, |
82 | | - "android.native.release": { |
83 | | - "device": "emulator", |
84 | | - "app": "android.native.release" |
85 | | - }, |
86 | 46 | "ios.sample.debug": { |
87 | 47 | "device": "simulator", |
88 | 48 | "app": "ios.sample.debug" |
|
0 commit comments