File tree Expand file tree Collapse file tree 2 files changed +340
-860
lines changed Expand file tree Collapse file tree 2 files changed +340
-860
lines changed Original file line number Diff line number Diff line change 8
8
"lint" : " eslint ."
9
9
},
10
10
"dependencies" : {
11
+ "instabug-reactnative" : " ../" ,
11
12
"react" : " 16.8.6" ,
12
- "react-native" : " 0.60.0" ,
13
- "instabug-reactnative" : " ../"
13
+ "react-native" : " 0.60.0"
14
14
},
15
15
"devDependencies" : {
16
16
"@babel/core" : " ^7.5.4" ,
17
17
"@babel/runtime" : " ^7.5.4" ,
18
18
"@react-native-community/eslint-config" : " ^0.0.5" ,
19
19
"babel-jest" : " ^24.8.0" ,
20
+ "detox" : " ^13.2.0" ,
20
21
"eslint" : " ^6.0.1" ,
21
22
"jest" : " ^24.8.0" ,
22
23
"metro-react-native-babel-preset" : " ^0.55.0" ,
27
28
"transformIgnorePatterns" : [
28
29
" node_modules/(?!react-native|react-navigation)/"
29
30
]
31
+ },
32
+ "detox" : {
33
+ "configurations" : {
34
+ "ios.sim.debug" : {
35
+ "binaryPath" : " ios/build/Build/Products/Debug-iphonesimulator/InstabugSample.app" ,
36
+ "build" : " xcodebuild -workspace ios/InstabugSample.xcworkspace -scheme InstabugSample -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build" ,
37
+ "type" : " ios.simulator" ,
38
+ "name" : " iPhone X"
39
+ }
40
+ },
41
+ "test-runner" : " jest"
30
42
}
31
43
}
You can’t perform that action at this time.
0 commit comments