Skip to content

Commit 6c331b4

Browse files
committed
test(ios): add run script for release mode test
this immediately reproduces a functions crash
1 parent 8271231 commit 6c331b4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"tests:emulator:start-ci": "yarn tests:emulator:prepare && cd ./.github/workflows/scripts && ./start-firebase-emulator.sh",
3333
"tests:android:build": "cd tests && yarn detox build --configuration android.emu.debug",
3434
"tests:android:build:windows": "cd tests && yarn detox build --configuration android.emu.debug.windows",
35-
"tests:android:build-release": "cd tests && yarn detox build --configuration android.emu.release",
35+
"tests:android:build:release": "cd tests && yarn detox build --configuration android.emu.release",
3636
"tests:android:test": "cd tests && yarn detox test --configuration android.emu.debug",
3737
"tests:android:test:windows": "cd tests && yarn detox test --configuration android.emu.debug",
3838
"tests:android:test:debug": "cd tests && yarn detox test --configuration android.emu.debug --inspect",
@@ -41,8 +41,9 @@
4141
"tests:android:test-cover-reuse": "cd tests && yarn detox test --configuration android.emu.debug --reuse",
4242
"tests:android:test:jacoco-report": "cd tests/android && ./gradlew jacocoAndroidTestReport",
4343
"tests:ios:build": "cd tests && yarn detox build --configuration ios.sim.debug",
44-
"tests:ios:build-release": "cd tests && yarn detox build --configuration ios.sim.release",
44+
"tests:ios:build:release": "cd tests && yarn detox build --configuration ios.sim.release",
4545
"tests:ios:test": "cd tests && SIMCTL_CHILD_GULGeneratedClassDisposeDisabled=1 yarn detox test --configuration ios.sim.debug --loglevel warn",
46+
"tests:ios:test:release": "cd tests && SIMCTL_CHILD_GULGeneratedClassDisposeDisabled=1 yarn detox test --configuration ios.sim.release --loglevel warn",
4647
"tests:ios:test:debug": "cd tests && SIMCTL_CHILD_GULGeneratedClassDisposeDisabled=1 yarn detox test --configuration ios.sim.debug --loglevel warn --inspect",
4748
"tests:ios:test-reuse": "cd tests && SIMCTL_CHILD_GULGeneratedClassDisposeDisabled=1 yarn detox test --configuration ios.sim.debug --reuse --loglevel warn",
4849
"tests:ios:test-cover": "cd tests && SIMCTL_CHILD_GULGeneratedClassDisposeDisabled=1 yarn detox test --configuration ios.sim.debug --loglevel verbose",

0 commit comments

Comments
 (0)