Xcode 8 UPDATE: Automated cross platform testing of iOS and Android hybrid Ionic/Cordova/Angular apps using Cucumber, Protractor, Chai and Appium

Xcode 8 and macOS Sierra Update You can view the original article here Before you start a word of WARNING. Do not run ‘ionic serve’ and ‘appium’ at the same time. There is a conflict at localhost:8100 and appium will not be able to create a new session. If you’ve upgraded to Xcode 8 you Read more about Xcode 8 UPDATE: Automated cross platform testing of iOS and Android hybrid Ionic/Cordova/Angular apps using Cucumber, Protractor, Chai and Appium[…]

How To Automatically Copy OneSignal Custom Notification Icons Into The Android Resources Directories For Ionic Projects

If you are using OneSignal for your push notifications in your Ionic project then here’s a useful hook to automatically copy your custom icons into your android resources folder. The OneSignal Ionic SDK installation is here and the note about custom android notification icons is here which links to the custom android notification generator. Once Read more about How To Automatically Copy OneSignal Custom Notification Icons Into The Android Resources Directories For Ionic Projects[…]

Automated cross platform testing of iOS and Android hybrid Ionic/Cordova/Angular apps using Cucumber, Protractor, Chai and Appium

     Important Note This article was written before Xcode 8 came out. Using Xcode 8 will cause the code in this tutorial to break. The information on how to update this tutorial for iOS testing is here. I am currently fixing the problems with using Appium Beta (1.6.0) with Android and will follow up with Read more about Automated cross platform testing of iOS and Android hybrid Ionic/Cordova/Angular apps using Cucumber, Protractor, Chai and Appium[…]