Nagaraj S
Nagaraj S

Reputation: 11

Appium setup to run automated scripts (java) for iOS apps with .ipa file on mac

I have a doubt, shall we test ios app with .ipa file on mac using appium with out building the app on xcode since its time taking process. Please help me here if we can test with .ipa file itself . Please mention steps if it is possible ....Thanks in Advance

Upvotes: 0

Views: 798

Answers (1)

Mike Collins
Mike Collins

Reputation: 4559

Appium doesn't care where the .ipa is built. It will function exactly the same as if you had built it locally. See the standard documentation for any how-to you're seeking.

Upvotes: 0

Related Questions