From c6acc05c4d6fa121d17922f0b17153c893643c80 Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Thu, 23 Feb 2023 08:37:27 -0300 Subject: [PATCH] Remove TEST_SESSION --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9e085b989..28e6d1a96 100644 --- a/package.json +++ b/package.json @@ -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}": [