You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: drop typescript-eslint 'project' (superseded by projectService)
typescript-eslint v8 errors when both options are set. Also moves the
kitchen-sink ScrollView import to react-native (gesture-handler
ScrollView was flagged by no-restricted-syntax), and applies prettier
to the new .maestro/README.md.
|`crash-test-dropdown.yaml`| References `app/crash-test.tsx` ("Android Crash Test (Pure Reproduction)") which only exists on the issue-155 fix branch. |
23
-
|`issue155-crash-test.yaml`| References `app/issue155.tsx` ("Test Issue #155 (Navigation Crash)") which only exists on the issue-155 fix branch. |
24
-
|`stress-test-crash.yaml`| Same as above — depends on the crash-test screen. |
23
+
|`issue155-crash-test.yaml`| References `app/issue155.tsx` ("Test Issue #155 (Navigation Crash)") which only exists on the issue-155 fix branch. |
24
+
|`stress-test-crash.yaml`| Same as above — depends on the crash-test screen.|
25
25
26
26
Once the issue-155 fix branch is merged (which adds the `crash-test` and
27
27
`issue155` route files), add these flows to the `e2e-ios.yml` matrix.
28
28
29
29
## Run locally
30
30
31
31
Prereqs:
32
+
32
33
- macOS with Xcode + an iOS simulator booted.
33
34
- The kitchen-sink app installed on the simulator:
0 commit comments