Files
callstack__agent-device/test/integration/replays/android/02-deep-navigation.ad
Michał Pierzchała 8bcefb754a feat: add runtime command boundary (#412)
* feat: add runtime command boundary

* refactor: harden runtime command boundary

* fix: address runtime boundary review

* fix: preserve selector snapshot flags

* fix: preserve selector get and screenshot cleanup

* fix: harden runtime boundary follow-ups

* fix: close runtime parity gaps

* test: harden android replay navigation

* fix: close screenshot surface edge cases

* test: harden packaged runtime API smoke

* fix: close runtime review edge cases

* test: isolate CLI state dir in unit helpers
2026-04-16 13:03:31 +02:00

19 lines
370 B
Plaintext

# Deep navigation.
context platform=android
open settings --relaunch
appstate
snapshot -i
screenshot "./test/screenshots/replays/android-deep-nav-root.png"
click "label=Notifications"
wait 1000
snapshot -i
find text "Notification history" exists
screenshot "./test/screenshots/replays/android-deep-nav-detail.png"
back
wait 1000
snapshot -i
find text "Search" exists