ionic-team / ionic-learn

learn.ionicframework.com
61 stars 44 forks source link

Testing Your App #13

Closed cappelaere closed 8 years ago

cappelaere commented 10 years ago

I think that Chap 4: "Testing your App" is misleading. It does kinda work but cannot be used for real testing of the app. deviceReady event does not get called for instance. so code waiting to execute will not trigger. I would like to see Testing your App with XCode/Safari. How do you force an ionic build ios? How do you run and see logging messages? For some strange reason, I need to hit the run button twice to force the App to come up and trigger the deviceReady event. ionic build ios also keeps adding the some facebook info to my app plist over and over again... How do you prevent that? Just some ideas. Thanks for great framework. Pat.

gerred commented 10 years ago

This is a BIG one for me. We will be doing a whole series on testing with both Karma and Protractor, including using Appium / Selendroid.