test(runtime): add connected lifecycle gate
This commit is contained in:
parent
354c2adc2e
commit
b03371c03d
3 changed files with 414 additions and 0 deletions
12
tools/connected-world-reconnect.route.txt
Normal file
12
tools/connected-world-reconnect.route.txt
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Fresh-process reconnect gate. This session is uncapped so the same artifact
|
||||
# records renderer throughput independently from the capped correctness run.
|
||||
|
||||
wait world-ready 90000
|
||||
wait world-visible 30000
|
||||
sleep 30000
|
||||
input down MovementTurnRight
|
||||
sleep 10000
|
||||
input up MovementTurnRight
|
||||
sleep 10000
|
||||
checkpoint uncapped_reconnect
|
||||
screenshot uncapped_reconnect 15000
|
||||
Loading…
Add table
Add a link
Reference in a new issue