Skip to content

Commit

Permalink
build(demo-react-native-jest, iOS): run CI tests in headless mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
asafkorem committed Apr 11, 2022
1 parent d9454d7 commit 43388a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demo-react-native-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"test:ios-release": "detox test --configuration ios.sim.release -l verbose",
"test:ios-release-ci": "detox test --configuration ios.sim.release -l verbose --workers 2",
"test:ios-release-ci": "detox test --configuration ios.sim.release -l verbose --workers 2 --headless",
"test:android-release": "detox test --configuration android.emu.release",
"test:android-release-ci": "detox test --configuration android.emu.release -l verbose --workers 2 --headless --gpu off --record-logs all --take-screenshots all",
"test:android-genycloud-release": "detox test --configuration android.genycloud.release",
Expand Down

0 comments on commit 43388a5

Please sign in to comment.