Remove TEST_SESSION

This commit is contained in:
Diego Mello 2023-02-23 08:37:27 -03:00
parent d2aa631b37
commit c6acc05c4d
1 changed files with 2 additions and 2 deletions

View File

@ -22,9 +22,9 @@
"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:ios-build": "yarn detox build -c ios.sim.release",
"e2e:ios-test": "TEST_SESSION=`openssl rand -hex 10` yarn detox test -c ios.sim.release --record-videos failing",
"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-test-debug": "TEST_SESSION=`openssl rand -hex 10` yarn detox test -c ios.sim.debug --take-screenshots failing"
"e2e:ios-test-debug": "yarn detox test -c ios.sim.debug --take-screenshots failing"
},
"lint-staged": {
"*.{js,ts,tsx}": [