Change a few params on Android test
This commit is contained in:
parent
0b9c325863
commit
8cd40abe3a
|
@ -20,7 +20,7 @@
|
||||||
"prepare": "husky install",
|
"prepare": "husky install",
|
||||||
"build-icon-set": "node scripts/build-icon-set.js",
|
"build-icon-set": "node scripts/build-icon-set.js",
|
||||||
"e2e:android-build": "yarn detox build -c android.emu.release",
|
"e2e:android-build": "yarn detox build -c android.emu.release",
|
||||||
"e2e:android-test": "yarn detox test -c android.emu.release --cleanup --headless --take-screenshots failing",
|
"e2e:android-test": "yarn detox test -c android.emu.release --record-videos failing -R 3",
|
||||||
"e2e:ios-build": "yarn detox build -c ios.sim.release",
|
"e2e:ios-build": "yarn detox build -c ios.sim.release",
|
||||||
"e2e:ios-test": "yarn detox test -c ios.sim.release --record-videos failing -R 3",
|
"e2e:ios-test": "yarn detox test -c ios.sim.release --record-videos failing -R 3",
|
||||||
"e2e:ios-build-debug": "yarn detox build -c ios.sim.debug",
|
"e2e:ios-build-debug": "yarn detox build -c ios.sim.debug",
|
||||||
|
|
Loading…
Reference in New Issue