We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f1e6c3 commit 8a35c6eCopy full SHA for 8a35c6e
test/test_helper.rb
@@ -115,12 +115,12 @@ def ios
115
}
116
117
if ENV['BUNDLE_ID'].nil?
118
- cap[:caps][:bundleId] = ENV['BUNDLE_ID'] || 'io.appium.apple-samplecode.UICatalog'
119
- else
120
cap[:caps][:app] = 'test/functional/app/UICatalog.app.zip'
+ else
+ cap[:caps][:bundleId] = ENV['BUNDLE_ID'] || 'io.appium.apple-samplecode.UICatalog'
121
end
122
123
- if ENV['UNIT_TEST'].nil?
+ unless ENV['UNIT_TEST'].nil?
124
xcode_org_id = ENV['ORG_ID'] || 'Simulator'
125
cap = add_ios_real_device(cap.dup, xcode_org_id) if real_device
126
cap = add_xctestrun(real_device, cap.dup, xcode_org_id)
0 commit comments