-
-
Notifications
You must be signed in to change notification settings - Fork 342
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into antonis/add-breadcrumb-origin
# Conflicts: # CHANGELOG.md
- Loading branch information
Showing
64 changed files
with
1,169 additions
and
2,905 deletions.
There are no files selected for viewing
This file contains 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 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 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 |
---|---|---|
|
@@ -2,3 +2,6 @@ | |
*.log | ||
*.app | ||
*.apk | ||
|
||
/react-native-versions | ||
/maestro-logs |
This file contains 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 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,5 @@ | ||
appId: ${APP_ID} | ||
--- | ||
- runFlow: utils/launchTestAppClear.yml | ||
- tapOn: "Capture Exception" | ||
- runFlow: utils/assertEventIdVisible.yml |
This file contains 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,5 @@ | ||
appId: ${APP_ID} | ||
--- | ||
- runFlow: utils/launchTestAppClear.yml | ||
- tapOn: "Capture Message" | ||
- runFlow: utils/assertEventIdVisible.yml |
5 changes: 5 additions & 0 deletions
5
dev-packages/e2e-tests/maestro/captureUnhandledPromiseRejection.yml
This file contains 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,5 @@ | ||
appId: ${APP_ID} | ||
--- | ||
- runFlow: utils/launchTestAppClear.yml | ||
- tapOn: "Unhandled Promise Rejection" | ||
- runFlow: utils/assertEventIdVisible.yml |
This file contains 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,7 @@ | ||
appId: ${APP_ID} | ||
--- | ||
- runFlow: utils/launchTestAppClear.yml | ||
- tapOn: "Close" | ||
|
||
- assertNotVisible: | ||
id: "eventId" |
This file contains 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,7 @@ | ||
appId: ${APP_ID} | ||
--- | ||
- runFlow: utils/launchTestAppClear.yml | ||
- tapOn: "Crash" | ||
|
||
- launchApp | ||
- assertVisible: "E2E Tests Ready" |
10 changes: 10 additions & 0 deletions
10
dev-packages/e2e-tests/maestro/utils/assertEventIdVisible.yml
This file contains 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,10 @@ | ||
appId: ${APP_ID} | ||
--- | ||
- extendedWaitUntil: | ||
visible: | ||
id: "eventId" | ||
timeout: 600_000 # 10 minutes | ||
|
||
- copyTextFrom: | ||
id: "eventId" | ||
- assertTrue: ${maestro.copiedText} |
Oops, something went wrong.