File tree Expand file tree Collapse file tree 5 files changed +5800
-74
lines changed Expand file tree Collapse file tree 5 files changed +5800
-74
lines changed Original file line number Diff line number Diff line change
1
+ 'use strict' ;
2
+
3
+ module . exports = {
4
+ recursive : true ,
5
+ timeout : 720000 ,
6
+ reporter : 'spec' ,
7
+ slow : 2000 ,
8
+ retries : 2 ,
9
+ bail : true ,
10
+ exit : true ,
11
+ recursive : true ,
12
+ require : 'node_modules/jet/platform/node' ,
13
+ spec : [
14
+ '../packages/app/e2e/*.e2e.js' ,
15
+ '../packages/analytics/e2e/*.e2e.js' ,
16
+ '../packages/auth/e2e/*.e2e.js' ,
17
+ '../packages/admob/e2e/*.e2e.js' ,
18
+ '../packages/crashlytics/e2e/*.e2e.js' ,
19
+ '../packages/dynamic-links/e2e/*.e2e.js' ,
20
+ '../packages/iid/e2e/*.e2e.js' ,
21
+ '../packages/perf/e2e/*.e2e.js' ,
22
+ '../packages/functions/e2e/*.e2e.js' ,
23
+ '../packages/remote-config/e2e/*.e2e.js' ,
24
+ '../packages/ml/e2e/*.e2e.js' ,
25
+ '../packages/in-app-messaging/e2e/*.e2e.js' ,
26
+ '../packages/database/e2e/**/*.e2e.js' ,
27
+ '../packages/storage/e2e/*.e2e.js' ,
28
+ '../packages/messaging/e2e/*.e2e.js' ,
29
+ '../packages/firestore/e2e/**/*.e2e.js' ,
30
+ ] ,
31
+ } ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 31
31
"@react-native-firebase/private-tests-helpers" : " 0.0.13" ,
32
32
"a2a" : " ^0.2.0" ,
33
33
"babel-plugin-istanbul" : " ^6.0.0" ,
34
- "detox" : " 16.7.2 " ,
34
+ "detox" : " 17.14.6 " ,
35
35
"firebase-tools" : " ^9.1.0" ,
36
36
"jet" : " ^0.6.6-0" ,
37
- "mocha" : " ^6.1.4 " ,
37
+ "mocha" : " ^8.2.1 " ,
38
38
"nyc" : " ^15.0.1" ,
39
39
"patch-package" : " ^6.2.2" ,
40
40
"react-native-port-patcher" : " ^1.0.4" ,
45
45
"detox" : {
46
46
"test-runner" : " mocha" ,
47
47
"specs" : " e2e" ,
48
- "runner-config" : " e2e/mocha.opts " ,
48
+ "runner-config" : " e2e/.mocharc.js " ,
49
49
"configurations" : {
50
50
"ios.sim.debug" : {
51
51
"binaryPath" : " ios/build/Build/Products/Debug-iphonesimulator/testing.app" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments