Skip to content

Commit 8297817

Browse files
committed
add enable animations flag
1 parent f09a595 commit 8297817

5 files changed

Lines changed: 18420 additions & 29772 deletions

File tree

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ inputs:
109109
android-no-snapshot:
110110
description: '[Android only] Force cold boot instead of using snapshot boot. This is automatically enabled for API 35+ but can be used to force cold boot on older API levels.'
111111
required: false
112+
enable-animations:
113+
description: '[Android only] Keep device animations enabled during test execution. By default, animations are disabled to reduce CPU load and improve test reliability.'
114+
required: false
112115

113116
outputs:
114117
DEVICE_CLOUD_CONSOLE_URL:

0 commit comments

Comments
 (0)