Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Testing framework for ionic angular cordova app real devices with continuous integration?

Our team is starting a project and we would like to have an automated testing server that tests our app on real devices, instead of emulators or just browser.

Its an Ionic framework app, so Cordova+AngularJS.

I am going to research this and give the best answer I have, but in the meantime if anyone is familiar with it, I'd love to hear all about it!

like image 746
realisation Avatar asked Nov 10 '22 11:11

realisation


1 Answers

I'm interested on that point too.

For instance, I manage to code very few tests with APPIUM but seems to do the job for tests using Selenium webserver

Looking forward for other user feedback

like image 155
aorfevre Avatar answered Nov 15 '22 05:11

aorfevre