-
Notifications
You must be signed in to change notification settings - Fork 166
test: verify e2e ci workflow #353
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
Merged
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
f43e6e7
test: trigger e2e ci workflow
plrthink 4372699
ci: fix pnpm version, ios simulator name, and android app_id env
plrthink 15cf099
ci: fix pnpm install in android job too
plrthink df80352
ci: skip expo jobs due to upstream swift concurrency build errors
plrthink be2271c
test: fix maestro flows for ci emulator/slow environments
plrthink 199099e
test: remove invalid wait command, use launchApp only
plrthink 65527b3
test: use launchApp with clearState instead of stopApp to avoid iOS r…
plrthink 7336e95
ci: run maestro flows individually to avoid iOS simulator race condit…
plrthink cca315c
ci: fix android emulator script - make for loop one-liner to avoid sh…
plrthink 0351193
ci: use single master Maestro flow + artifact collection for debugging
plrthink 9834eb5
refactor(maestro): extract shared sub-flows for CI and local dev
plrthink 53c8428
fix(maestro): assets flow fails on iOS - screen shows 'Not Supported'…
plrthink 293528d
ci: increase Android home screen timeout to 180s; fix broken logcat c…
plrthink File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| appId: ${APP_ID} | ||
| --- | ||
| - runFlow: | ||
| when: | ||
| notVisible: "Assets (Android)" | ||
| commands: | ||
| - tapOn: "Playground" | ||
| - scrollUntilVisible: | ||
| element: | ||
| text: "Assets (Android)" | ||
| direction: DOWN | ||
| - tapOn: "Assets (Android)" | ||
| - runFlow: | ||
| when: | ||
| visible: "Not Supported" | ||
| commands: | ||
| - assertVisible: "Not Supported" | ||
| - runFlow: | ||
| when: | ||
| visible: "Android Assets Demo" | ||
| commands: | ||
| - assertVisible: "Android Assets Demo" | ||
| - tapOn: "Unzip Assets" | ||
| - waitForAnimationToEnd: | ||
| timeout: 10000 | ||
| - assertVisible: "Extracted To" | ||
| - extendedWaitUntil: | ||
| visible: "Files:" | ||
| timeout: 10000 | ||
| - assertVisible: "Files:" |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| appId: ${APP_ID} | ||
| --- | ||
| - assertVisible: "Zip Operations" | ||
| - assertVisible: "Unzip Operations" | ||
| - assertVisible: "Password Protection" | ||
| - assertVisible: "Progress Events" | ||
| - scrollUntilVisible: | ||
| element: | ||
| text: "Benchmarks" | ||
| direction: DOWN | ||
| - assertVisible: "Benchmarks" |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| appId: ${APP_ID} | ||
| --- | ||
| - runFlow: | ||
| when: | ||
| notVisible: "Password Protection" | ||
| commands: | ||
| - tapOn: "Playground" | ||
| - tapOn: "Password Protection" | ||
| - assertVisible: "Create Password Zip" | ||
| - tapOn: "Create Password Zip" | ||
| - waitForAnimationToEnd: | ||
| timeout: 10000 | ||
| - assertVisible: "Zip Created" | ||
| - assertVisible: "Password Protected: Yes" | ||
| - tapOn: "Unzip with Password" | ||
| - waitForAnimationToEnd: | ||
| timeout: 10000 | ||
| - assertVisible: "Extracted" | ||
| - back |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| appId: ${APP_ID} | ||
| --- | ||
| - runFlow: | ||
| when: | ||
| notVisible: "Progress Events" | ||
| commands: | ||
| - tapOn: "Playground" | ||
| - tapOn: "Progress Events" | ||
| - assertVisible: "Subscribe" | ||
| - tapOn: "Subscribe" | ||
| - assertVisible: "Status: Subscribed" | ||
| - tapOn: "Run Large Zip" | ||
| - extendedWaitUntil: | ||
| visible: "Completed" | ||
| timeout: 120000 | ||
| - tapOn: "Unsubscribe" | ||
| - assertVisible: "Status: Not subscribed" | ||
| - back |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,77 @@ | ||
| appId: ${APP_ID} | ||
| --- | ||
| - stopApp | ||
| - launchApp | ||
|
|
||
| - runFlow: | ||
| when: | ||
| visible: "DEVELOPMENT SERVERS" | ||
| commands: | ||
| - tapOn: "RNZipArchive Playground" | ||
| - runFlow: | ||
| when: | ||
| visible: "Open" | ||
| commands: | ||
| - tapOn: "Open" | ||
| - runFlow: | ||
| when: | ||
| visible: "Continue" | ||
| commands: | ||
| - tapOn: "Continue" | ||
| - runFlow: | ||
| when: | ||
| visible: "Reload" | ||
| commands: | ||
| - tapOn: "Reload" | ||
|
|
||
| - runFlow: | ||
| when: | ||
| visible: "http://localhost:8081" | ||
| commands: | ||
| - tapOn: "http://localhost:8081" | ||
| - runFlow: | ||
| when: | ||
| visible: "Open" | ||
| commands: | ||
| - tapOn: "Open" | ||
| - runFlow: | ||
| when: | ||
| visible: "Continue" | ||
| commands: | ||
| - tapOn: "Continue" | ||
| - runFlow: | ||
| when: | ||
| visible: "Reload" | ||
| commands: | ||
| - tapOn: "Reload" | ||
|
|
||
| - runFlow: | ||
| when: | ||
| visible: "http://10.0.2.2:8081" | ||
| commands: | ||
| - tapOn: "http://10.0.2.2:8081" | ||
| - runFlow: | ||
| when: | ||
| visible: "Open" | ||
| commands: | ||
| - tapOn: "Open" | ||
| - runFlow: | ||
| when: | ||
| visible: "Continue" | ||
| commands: | ||
| - tapOn: "Continue" | ||
| - runFlow: | ||
| when: | ||
| visible: "Reload" | ||
| commands: | ||
| - tapOn: "Reload" | ||
|
|
||
| - extendedWaitUntil: | ||
| visible: "RNZipArchive Playground" | ||
| timeout: 180000 | ||
|
|
||
| - runFlow: | ||
| when: | ||
| visible: "Toggle performance monitor" | ||
| commands: | ||
| - pressKey: BACK |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| appId: ${APP_ID} | ||
| --- | ||
| - runFlow: | ||
| when: | ||
| notVisible: "Unzip Operations" | ||
| commands: | ||
| - tapOn: "Playground" | ||
| - tapOn: "Unzip Operations" | ||
| - assertVisible: "Create & Unzip Sample" | ||
| - tapOn: "Create & Unzip Sample" | ||
| - waitForAnimationToEnd: | ||
| timeout: 10000 | ||
| - assertVisible: "Extracted To" | ||
| - assertVisible: "hello.txt" | ||
| - back |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| appId: ${APP_ID} | ||
| --- | ||
| - tapOn: "Zip Operations" | ||
| - assertVisible: "Zip Sample Folder" | ||
| - tapOn: "Zip Sample Folder" | ||
| - waitForAnimationToEnd: | ||
| timeout: 10000 | ||
| - assertVisible: "Success" | ||
| - back |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,95 +1,4 @@ | ||
| appId: ${APP_ID} | ||
| --- | ||
| - runFlow: | ||
| when: | ||
| visible: "DEVELOPMENT SERVERS" | ||
| commands: | ||
| - tapOn: "RNZipArchive Playground" | ||
| - runFlow: | ||
| when: | ||
| visible: "Open" | ||
| commands: | ||
| - tapOn: "Open" | ||
| - runFlow: | ||
| when: | ||
| visible: "Continue" | ||
| commands: | ||
| - tapOn: "Continue" | ||
| - runFlow: | ||
| when: | ||
| visible: "Reload" | ||
| commands: | ||
| - tapOn: "Reload" | ||
| - stopApp | ||
| - launchApp | ||
| - runFlow: | ||
| when: | ||
| visible: "http://localhost:8081" | ||
| commands: | ||
| - tapOn: "http://localhost:8081" | ||
| - runFlow: | ||
| when: | ||
| visible: "Open" | ||
| commands: | ||
| - tapOn: "Open" | ||
| - runFlow: | ||
| when: | ||
| visible: "Continue" | ||
| commands: | ||
| - tapOn: "Continue" | ||
| - runFlow: | ||
| when: | ||
| visible: "Reload" | ||
| commands: | ||
| - tapOn: "Reload" | ||
| - runFlow: | ||
| when: | ||
| visible: "http://10.0.2.2:8081" | ||
| commands: | ||
| - tapOn: "http://10.0.2.2:8081" | ||
| - runFlow: | ||
| when: | ||
| visible: "Open" | ||
| commands: | ||
| - tapOn: "Open" | ||
| - runFlow: | ||
| when: | ||
| visible: "Continue" | ||
| commands: | ||
| - tapOn: "Continue" | ||
| - runFlow: | ||
| when: | ||
| visible: "Reload" | ||
| commands: | ||
| - tapOn: "Reload" | ||
| - extendedWaitUntil: | ||
| visible: "RNZipArchive Playground" | ||
| timeout: 45000 | ||
| - runFlow: | ||
| when: | ||
| visible: "Toggle performance monitor" | ||
| commands: | ||
| - pressKey: BACK | ||
| - scrollUntilVisible: | ||
| element: | ||
| text: "Assets (Android)" | ||
| direction: DOWN | ||
| - tapOn: "Assets (Android)" | ||
| - assertVisible: "Assets" | ||
| - runFlow: | ||
| when: | ||
| visible: "Not Supported" | ||
| commands: | ||
| - assertVisible: "Not Supported" | ||
| - runFlow: | ||
| when: | ||
| visible: "Unzip Assets" | ||
| commands: | ||
| - tapOn: "Unzip Assets" | ||
| - waitForAnimationToEnd: | ||
| timeout: 10000 | ||
| - assertVisible: "Extracted To" | ||
| - extendedWaitUntil: | ||
| visible: "Files:" | ||
| timeout: 10000 | ||
| - assertVisible: "Files:" | ||
| - runFlow: _setup.yaml | ||
| - runFlow: _assets-test.yaml |
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚩 Leftover debug comment in workflow file
Line 2 adds
# Test trigger for CI verificationwhich appears to be a temporary comment used to trigger a CI run (a common pattern when testing workflow changes). This should probably be removed before merging to keep the workflow file clean.Was this helpful? React with 👍 or 👎 to provide feedback.