Skip to content

Commit af48941

Browse files
renamed _e2e_ to __e2e__ and removed detox config from package.json
1 parent c5eae0b commit af48941

File tree

5 files changed

+1
-31
lines changed

5 files changed

+1
-31
lines changed

InstabugSample/.detoxrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"test-runner": "jest",
3-
"runner-config": "e2e/config.json",
3+
"runner-config": "__e2e__/config.json",
44
"configurations": {
55
"ios.sim.debug": {
66
"binaryPath": "ios/build/Build/Products/Debug-iphonesimulator/InstabugSample.app",
File renamed without changes.

InstabugSample/package.json

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -28,35 +28,5 @@
2828
"jest": "^27.2.5",
2929
"metro-react-native-babel-preset": "^0.66.2",
3030
"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-
}
6131
}
6232
}

0 commit comments

Comments
 (0)