We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f72b684 commit 7e7b110Copy full SHA for 7e7b110
.github/workflows/ci.yml
@@ -57,7 +57,18 @@ jobs:
57
xcrun simctl launch "${UDID}" com.jscexample
58
59
- name: Run iOS tests
60
- run: export MAESTRO_DRIVER_STARTUP_TIMEOUT=190000; npm run test:e2e
+ run: |
61
+ export MAESTRO_DRIVER_STARTUP_TIMEOUT=190000
62
+ export MAESTRO_WAIT_TIMEOUT=10000
63
+ npm run test:e2e
64
+
65
+ - name: Upload Maestro screenshots
66
+ uses: actions/upload-artifact@v4
67
+ if: always()
68
+ with:
69
+ name: ios-maestro-screenshots
70
+ path: /Users/runner/.maestro/tests/
71
+ retention-days: 5
72
73
android-build:
74
name: Android Build
0 commit comments