Skip to content

Commit b3079da

Browse files
committed
make useNewWDA false to make tests faster
1 parent 0f608a0 commit b3079da

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/test_helper.rb

+3-1
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,13 @@ def ios
9393
caps: { # :desiredCapabilities is also available
9494
platformName: :ios,
9595
automationName: ENV['AUTOMATION_NAME_IOS'] || 'XCUITest',
96+
# Should handle bundleId properly in real or simulator
97+
# bundleId: 'io.appium.apple-samplecode.UICatalog',
9698
app: 'test/functional/app/UICatalog.app.zip',
9799
udid: 'auto',
98100
platformVersion: platform_version,
99101
deviceName: device_name,
100-
useNewWDA: true,
102+
useNewWDA: false,
101103
useJSONSource: true,
102104
someCapability: 'some_capability',
103105
newCommandTimeout: 120,

0 commit comments

Comments
 (0)