Java Framework APPIUM for ios

Hi !

I Have Java Framework under IntelliJ for Android APPIUM (Include class for create device and more …) to run Automation test for Android devices

I need to create new Framework for IOS. How do i start ? I need MAC ? From an examination I did, I discovered that all the references for element in IOS Phone Different from Android Phone.

Is there a website where I can download (I’m willing to pay for the download) workspace ready for IOS?
I intend to download an entire project for IntelliJ With a small example of Automation test for IOS Phone

thanks!

I would suggest to use one of the popular open source framework serenity https://github.com/serenity-bdd/serenity-core

This will save your time in developing & maintaining inhouse framework, if you really like programming then you can submit PR for this project itself.

Hope it helps.

Regards,
Vikram

@VikramVI not bad but remember to meet not solved issue and leave with OLD Appium until it will be resolved. https://github.com/serenity-bdd/serenity-core/issues/897

Hi, First of all thank you for your response.

I just need to download the entire project from the link you gave and open it on IntelliJ ?

Is that an Framework for IOS test automation ?

Thanks !

@Aleksei I could get serenity working with appium without any issues. you can try out https://github.com/vikramvi/AppiumSerenityPOC

@VikramVI good. will see if it helps to close issue :slight_smile:

Thanks !

last question
Write at the bottom of the page:

Before Run Settings

Have a android emulator or device connected and running
ANDROID_HOME environment varialbe to be set ( + For Eclipse Run As > Run Configurations … > Environment )
appium.platformVersion = set_valid_value
appium.deviceName = set_valid_value
appium.app = set_full_path

I need project for IOS ( IPHNE)… I have project for ANDROID.

can i use it in MAC computer for IOS Automation Test ?

Thanks Again !!

I would suggest to go through my blog which covers extensively on appium topic