mirror of
https://github.com/callstack/agent-device.git
synced 2026-09-14 20:06:34 +08:00
a830ac8df2
* feat: add Linux command evidence lane * fix: assert Linux find result shape * fix: read Linux find result envelope * fix: reset Linux calculator before diff * fix: release Linux session before reset * fix: guard Linux evidence session reset * fix: forward Linux evidence timeout * fix: tighten Linux evidence assertions * fix: preserve Linux replay session identity * fix: close Linux replay session before reset * fix: share Linux evidence daemon state * fix: keep Linux swipe evidence in bounds * fix: keep Linux artifact gap honest
10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
# This script is intentionally outside replays/linux: the existing Linux replay smoke scope is
|
|
# kept unchanged. It owns the lane's test and replay evidence; the runner owns the other direct
|
|
# command-specific evidence.
|
|
context platform=linux target=desktop
|
|
open gnome-calculator --relaunch
|
|
wait "appname=gnome-calculator || windowtitle=Calculator || label=Calculator || label=0 || label=1 || label=5" 15000
|
|
snapshot -i
|
|
find role "button" exists
|
|
close
|