Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(CI): stabilize Android E2E tests #2062

Merged
merged 9 commits into from
Mar 12, 2024
Prev Previous commit
Next Next commit
chore: cleanup
kirillzyusko committed Mar 11, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 02de236e45cf8b97085c4c43ce0478c5ee5dfbf2
2 changes: 1 addition & 1 deletion Example/package.json
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
"build-e2e-ios": "detox build --configuration ios.release",
"build-e2e-android": "detox build --configuration android.release",
"test-e2e-ios": "detox test --configuration ios.release --take-screenshots failing",
"test-e2e-android": "detox test --configuration android.release --loglevel verbose --take-screenshots failing"
"test-e2e-android": "detox test --configuration android.release --take-screenshots failing"
},
"dependencies": {
"@react-navigation/bottom-tabs": "^5.11.7",
Loading