Skip to content

Commit

Permalink
Removed verbose log in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rotemmiz committed Aug 22, 2018
1 parent a49005d commit 766df76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions detox/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"test": ":",
"packager": "react-native start",
"detox-server": "detox run-server",
"e2e:ios": "detox test --configuration ios.sim.release --debug-synchronization --take-screenshots all --record-videos none --record-logs all --loglevel verbose",
"e2e:ios": "detox test --configuration ios.sim.release --debug-synchronization --take-screenshots all --record-logs all",
"e2e:ios-multi": "npm run e2e:ios -- -w 2",
"e2e:android": "detox test --configuration android.emu.release --take-screenshots all --record-videos none --record-logs all --loglevel verbose",
"e2e:android": "detox test --configuration android.emu.release --take-screenshots all --record-logs all",
"build:ios": "detox build --configuration ios.sim.release",
"build:android": "detox build --configuration android.emu.release",
"verify-artifacts:ios": "jest ./scripts/verify_artifacts_are_not_missing.ios.test.js --testEnvironment node",
Expand Down

0 comments on commit 766df76

Please sign in to comment.