Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/maestro-cloud-rntester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
test:
name: Maestro Cloud ${{ inputs.platform }} RNTester
runs-on: ubuntu-latest
timeout-minutes: 75
timeout-minutes: 105
steps:
- name: Checkout
uses: actions/checkout@v6
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
env: |
APP_ID=${{ inputs.app-id }}
maestro-cli-version: 2.6.1
timeout: 60
timeout: 90
- name: Check Maestro Cloud result
if: always()
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
app-id: com.meta.RNTester.localDevelopment
device-model: iPhone-17-Pro
device-os: iOS-26-2
exclude-tags: android-only
exclude-tags: android-only,local-screenshot-baseline
secrets: inherit

test_e2e_ios_rntester:
Expand Down
23 changes: 23 additions & 0 deletions packages/rn-tester/.maestro/alert.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
appId: ${APP_ID} # iOS: com.meta.RNTester.localDevelopment | Android: com.facebook.react.uiapp
---
- stopApp
- openLink: rntester://example/AlertExample/default-button
- runFlow: ./helpers/confirm-open-link.yml
- extendedWaitUntil:
visible:
id: 'alert-with-default-button'
timeout: 120000
- tapOn:
id: 'alert-with-default-button'
- assertVisible: 'An external USB drive has been detected!'
- tapOn: 'OK'
- openLink: rntester://example/AlertExample/three-buttons
- runFlow: ./helpers/confirm-open-link.yml
- extendedWaitUntil:
visible:
id: 'alert-with-three-buttons'
timeout: 30000
- tapOn:
id: 'alert-with-three-buttons'
- assertVisible: 'Do you want to save your changes?'
- tapOn: 'Cancel'
19 changes: 19 additions & 0 deletions packages/rn-tester/.maestro/animated-fade-in-view.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
appId: ${APP_ID} # iOS: com.meta.RNTester.localDevelopment | Android: com.facebook.react.uiapp
---
- stopApp
- openLink: rntester://example/Animated/fadeInView
- runFlow: ./helpers/confirm-open-link.yml
- extendedWaitUntil:
visible:
id: 'toggle-button'
timeout: 120000
- assertVisible:
id: 'fade-in-view'
- tapOn:
id: 'toggle-button'
- assertNotVisible:
id: 'fade-in-view'
- tapOn:
id: 'toggle-button'
- assertVisible:
id: 'fade-in-view'
8 changes: 8 additions & 0 deletions packages/rn-tester/.maestro/appearance.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
appId: ${APP_ID} # iOS: com.meta.RNTester.localDevelopment | Android: com.facebook.react.uiapp
---
- stopApp
- openLink: rntester://example/AppearanceExample
- runFlow: ./helpers/confirm-open-link.yml
- extendedWaitUntil:
visible: 'useColorScheme hook'
timeout: 120000
29 changes: 29 additions & 0 deletions packages/rn-tester/.maestro/fabric-interop-add-children.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
appId: ${APP_ID} # iOS: com.meta.RNTester.localDevelopment | Android: com.facebook.react.uiapp
---
- stopApp
- runFlow:
when:
platform: iOS
commands:
- openLink: rntester://example/FabricInteropLayer/add-children
- runFlow: ./helpers/confirm-open-link.yml
- extendedWaitUntil:
visible:
id: 'add-marker-btn'
timeout: 120000
- assertVisible:
id: 'marker_0'
- assertVisible:
id: 'marker_1'
- assertVisible:
id: 'marker_2'
- assertVisible:
id: 'marker_3'
- assertVisible:
id: 'marker_4'
- assertNotVisible:
id: 'marker_5'
- tapOn:
id: 'add-marker-btn'
- assertVisible:
id: 'marker_5'
13 changes: 13 additions & 0 deletions packages/rn-tester/.maestro/filter-animated-blur.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
appId: ${APP_ID} # iOS: com.meta.RNTester.localDevelopment | Android: com.facebook.react.uiapp
---
- stopApp
- openLink: rntester://example/Filter/animated-blur
- runFlow: ./helpers/confirm-open-link.yml
- extendedWaitUntil:
visible:
id: 'animated-blur-button'
timeout: 120000
- tapOn:
id: 'animated-blur-button'
- assertVisible:
id: 'animated-blur-view'
50 changes: 50 additions & 0 deletions packages/rn-tester/.maestro/flatlist-viewability.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
appId: ${APP_ID} # iOS: com.meta.RNTester.localDevelopment | Android: com.facebook.react.uiapp
---
- stopApp
- openLink: rntester://example/FlatListExample/onViewableItemsChanged-horizontal-noWaitForInteraction
- runFlow: ./helpers/confirm-open-link.yml
- extendedWaitUntil:
visible:
id: 'flat-list-viewability-horizontal-no-wait'
timeout: 120000
- assertVisible:
id: 'output'
text: '.*Pizza, Burger.*'
- openLink: rntester://example/FlatListExample/onViewableItemsChanged-horizontal-waitForInteraction
- runFlow: ./helpers/confirm-open-link.yml
- extendedWaitUntil:
visible:
id: 'flat-list-viewability-horizontal-wait'
timeout: 30000
- scrollUntilVisible:
element:
id: 'Cheesecake'
direction: RIGHT
speed: 40
visibilityPercentage: 100
centerElement: true
timeout: 30000
- extendedWaitUntil:
visible:
id: 'output'
text: '.*Cheesecake.*'
timeout: 10000
- openLink: rntester://example/FlatListExample/onViewableItemsChanged-waitForInteraction
- runFlow: ./helpers/confirm-open-link.yml
- extendedWaitUntil:
visible:
id: 'flat-list-viewability-vertical-wait'
timeout: 30000
- scrollUntilVisible:
element:
id: 'Cheesecake'
direction: DOWN
speed: 40
visibilityPercentage: 100
centerElement: true
timeout: 30000
- extendedWaitUntil:
visible:
id: 'output'
text: '.*Cheesecake, Brownie.*'
timeout: 10000
9 changes: 9 additions & 0 deletions packages/rn-tester/.maestro/helpers/confirm-open-link.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
appId: ${APP_ID} # iOS: com.meta.RNTester.localDevelopment | Android: com.facebook.react.uiapp
---
- runFlow:
when:
platform: iOS
commands:
- tapOn:
text: 'Open'
optional: true
Loading
Loading