|
28 | 28 | "jest": "^27.2.5", |
29 | 29 | "metro-react-native-babel-preset": "^0.66.2", |
30 | 30 | "react-test-renderer": "17.0.2" |
31 | | - }, |
32 | | - "detox": { |
33 | | - "test-runner": "jest", |
34 | | - "runner-config": "e2e/config.json", |
35 | | - "configurations": { |
36 | | - "ios.sim.debug": { |
37 | | - "binaryPath": "ios/build/Build/Products/Debug-iphonesimulator/InstabugSample.app", |
38 | | - "build": "xcodebuild -workspace ios/InstabugSample.xcworkspace -scheme InstabugSample -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build", |
39 | | - "type": "ios.simulator", |
40 | | - "name": "iPhone 12" |
41 | | - }, |
42 | | - "ios.sim.release": { |
43 | | - "binaryPath": "ios/build/Build/Products/Release-iphonesimulator/InstabugSample.app", |
44 | | - "build": "xcodebuild -workspace ios/InstabugSample.xcworkspace -scheme InstabugSample -configuration Release -sdk iphonesimulator -derivedDataPath ios/build", |
45 | | - "type": "ios.simulator", |
46 | | - "name": "iPhone 12" |
47 | | - }, |
48 | | - "android.emu.debug": { |
49 | | - "binaryPath": "android/app/build/outputs/apk/debug/app-debug.apk", |
50 | | - "build": "cd android && ./gradlew assembleDebug assembleAndroidTest -DtestBuildType=debug && cd ..", |
51 | | - "type": "android.emulator", |
52 | | - "name": "Pixel_3_API_28" |
53 | | - }, |
54 | | - "android.emu.release": { |
55 | | - "binaryPath": "android/app/build/outputs/apk/release/app-release.apk", |
56 | | - "build": "cd android && ./gradlew assembleRelease assembleAndroidTest -DtestBuildType=release && cd ..", |
57 | | - "type": "android.emulator", |
58 | | - "name": "Nexus_6P_API_27" |
59 | | - } |
60 | | - } |
61 | 31 | } |
62 | 32 | } |
0 commit comments