Skip to content

Commit 013383d

Browse files
authored
ci: add maxTypingFrequency to make typing faster (#446)
1 parent 471af3b commit 013383d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_helper.rb

+2-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ def ios(platform_name = :ios)
149149
orientation: 'PORTRAIT', # only for simulator
150150
processArguments: { args: %w(happy tseting), env: { HAPPY: 'testing' } },
151151
screenshotQuality: 2, # The lowest quality screenshots
152-
connectHardwareKeyboard: false
152+
connectHardwareKeyboard: false,
153+
maxTypingFrequency: 200
153154
},
154155
appium_lib: {
155156
export_session: true,

0 commit comments

Comments
 (0)