File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
7
"build-example:android" : " detox build --configuration example.android.emu.release" ,
8
- "test-example:android" : " detox test --configuration example.android.emu.release --loglevel verbose --take-screenshots failing --record-videos failing --retries 2 " ,
8
+ "test-example:android" : " detox test --configuration example.android.emu.release --loglevel verbose --take-screenshots failing --record-videos failing" ,
9
9
"build-example:ios" : " detox build --configuration example.ios.sim.release" ,
10
- "test-example:ios" : " detox test --configuration example.ios.sim.release --loglevel verbose --take-screenshots failing --record-videos failing --retries 2 " ,
10
+ "test-example:ios" : " detox test --configuration example.ios.sim.release --loglevel verbose --take-screenshots failing --record-videos failing" ,
11
11
"test" : " echo \" Error: no test specified\" && exit 1" ,
12
12
"detox-clean" : " detox clean-framework-cache && detox build-framework-cache" ,
13
13
"postinstall" : " patch-package"
You can’t perform that action at this time.
0 commit comments