Skip to content

Commit

Permalink
ci(detox-ios): use headless emulation
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-pearson-mattr committed Dec 8, 2024
1 parent fa86465 commit 0827693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrappers/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"detox:build:ios": "yarn example detox build -c ios",
"detox:build:android": "yarn example detox build -c android",
"detox:ios": "yarn example detox test -c ios",
"detox:ios:ci": "yarn detox:ios --cleanup --record-videos failing",
"detox:ios:ci": "yarn detox:ios --cleanup --headless --loglevel warn --retries 3",
"detox:android": "yarn example detox test -c android",
"detox:android:ci": "yarn detox:android --cleanup --headless --loglevel warn --retries 3",
"bootstrap": "yarn install && yarn build && yarn example && yarn example pods"
Expand Down

0 comments on commit 0827693

Please sign in to comment.