ci: run E2E suites in demo apps (Android) - #381
Open
alpharius-ck wants to merge 44 commits into
Open
Conversation
# Conflicts: # .github/actions/androidapp-road-test/action.yml # apps/AndroidApp/app/build.gradle.kts # apps/AndroidApp/app/src/main/java/com/callstack/brownfield/android/example/MainActivity.kt # apps/brownfield-example-shared-tests/e2e/detoxUtils.cjs # apps/brownfield-example-shared-tests/e2e/e2eTestIds.cjs
alpharius-ck
marked this pull request as ready for review
June 30, 2026 07:18
artus9033
approved these changes
Jun 30, 2026
hurali97
requested changes
Jun 30, 2026
Comment on lines
-150
to
-149
| - version: '54' | ||
| - version: '55' |
Member
There was a problem hiding this comment.
Q: Does it mean we only test for Expo 54 now?
Collaborator
Author
There was a problem hiding this comment.
No — Expo 54 is still covered; Expo 55 was moved to dedicated jobs, not dropped.
Expo 55 was removed from the shared matrix because a single job couldn’t reliably finish build + E2E within the timeout. iOS still uses one matrix for both versions (run-e2e: 'false' for 54, 'true' for 55) — Android mirrors that intent, with a split layout for 55.
…roid/example/BrownfieldApplication.kt Co-authored-by: Hur Ali <hurali97@gmail.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Collaborator
Author
|
@hurali97 @artus9033 ready for the final review |
Collaborator
|
CC @hurali97 - would you review? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds and stabilizes Android Detox E2E for the brownfield demo apps (AndroidApp + embedded RN hosts), covering vanilla, Expo 56, and Expo 57.
CI pipeline
E2E reliability (Expo on Android)
Headless CI emulators often break Espresso/Detox sync and clipped NativeTabs taps. This PR hardens shared helpers around: