Skip to content

Commit

Permalink
chore: remove retries (e2e)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed May 7, 2024
1 parent 065e4db commit 6c950dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"main": "index.js",
"scripts": {
"build-example:android": "detox build --configuration example.android.emu.release",
"test-example:android": "detox test --configuration example.android.emu.release --loglevel verbose --take-screenshots failing --record-videos failing --retries 2",
"test-example:android": "detox test --configuration example.android.emu.release --loglevel verbose --take-screenshots failing --record-videos failing",
"build-example:ios": "detox build --configuration example.ios.sim.release",
"test-example:ios": "detox test --configuration example.ios.sim.release --loglevel verbose --take-screenshots failing --record-videos failing --retries 2",
"test-example:ios": "detox test --configuration example.ios.sim.release --loglevel verbose --take-screenshots failing --record-videos failing",
"test": "echo \"Error: no test specified\" && exit 1",
"detox-clean": "detox clean-framework-cache && detox build-framework-cache",
"postinstall": "patch-package"
Expand Down

0 comments on commit 6c950dd

Please sign in to comment.