Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ jobs:
download-path: /tmp/rntester-android
app-file: /tmp/rntester-android/app-arm64-v8a-release.apk
app-id: com.facebook.react.uiapp
exclude-tags: ios-only
exclude-tags: ios-only,local-screenshot-baseline
secrets: inherit

test_e2e_android_rntester:
Expand Down
3 changes: 3 additions & 0 deletions packages/rn-tester/.maestro/image-blur-prefetch.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
appId: ${APP_ID} # iOS: com.meta.RNTester.localDevelopment | Android: com.facebook.react.uiapp
tags:
- android-only
# The screenshot baseline is captured on the local CI emulator and is
# intentionally not portable across Maestro Cloud device profiles.
- local-screenshot-baseline
---
# Android-only: prefetch an image, then render the same URI with blurRadius so
# the blur postprocessor applies to the already-decoded bitmap. Flaky on the iOS
Expand Down
3 changes: 3 additions & 0 deletions packages/rn-tester/.maestro/image-wide-gamut.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
appId: ${APP_ID} # iOS: com.meta.RNTester.localDevelopment | Android: com.facebook.react.uiapp
tags:
- android-only
# The screenshot baseline is captured on the local CI emulator and is
# intentionally not portable across Maestro Cloud device profiles.
- local-screenshot-baseline
---
# Android-only: alpha transparency + sRGB vs Display-P3 wide-gamut. Color
# fidelity is covered by a screenshot captured from the ARM64 APK on the API 35
Expand Down
1 change: 0 additions & 1 deletion packages/rn-tester/.maestro/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ appId: ${APP_ID} # iOS: com.meta.RNTester.localDevelopment | Android: com.facebo
id: 'example_search'
- inputText:
text: 'Image.getSize'
- hideKeyboard
- tapOn:
id: 'platform-test-results'
- assertVisible: 'Results'
Expand Down
Loading