RE: Adding unit tests to travis for Android/iOS

2015-02-18 Thread Murat Sutunc
. PR-fix: https://github.com/apache/cordova-android/pull/157 -Original Message- From: Joe Bowser [mailto:bows...@gmail.com] Sent: Friday, February 13, 2015 5:07 PM To: dev@cordova.apache.org Subject: Re: Adding unit tests to travis for Android/iOS Fair enough. That said, this feels like

Re: Adding unit tests to travis for Android/iOS

2015-02-13 Thread Joe Bowser
> > > waiting on travis to pick up the latest commit just to be safe: > > > > https://github.com/apache/cordova-ios/pull/129 > > > > > > > > -Original Message- > > > > From: Jesse [mailto:purplecabb...@gmail.com] > > > > Sent:

Re: Adding unit tests to travis for Android/iOS

2015-02-13 Thread Andrew Grieve
> I'm > > > waiting on travis to pick up the latest commit just to be safe: > > > https://github.com/apache/cordova-ios/pull/129 > > > > > > -----Original Message- > > > From: Jesse [mailto:purplecabb...@gmail.com] > > > Sent: Thursday, Feb

Re: Adding unit tests to travis for Android/iOS

2015-02-13 Thread Joe Bowser
> > > > > > > > For plugin testing we can create a separate thread and discuss in > > > > more > > > detail. There has been a lot of work going on with medic. Instead of > > > introducing another test tool perhaps we can improve on existing

Re: Adding unit tests to travis for Android/iOS

2015-02-12 Thread Andrew Grieve
t tool perhaps we can improve on existing code > > and make it more configurable/modular. > > > > > > -Original Message- > > > From: Shazron [mailto:shaz...@gmail.com] > > > Sent: Thursday, February 12, 2015 4:23 PM > > > To: dev@cordova.

RE: Adding unit tests to travis for Android/iOS

2015-02-12 Thread Murat Sutunc
he/cordova-ios/pull/129 -Original Message- From: Jesse [mailto:purplecabb...@gmail.com] Sent: Thursday, February 12, 2015 5:05 PM To: dev@cordova.apache.org Subject: Re: Adding unit tests to travis for Android/iOS Okay, back to your original thread ... What platforms have failing tests,

Re: Adding unit tests to travis for Android/iOS

2015-02-12 Thread Jesse
ucing another test tool perhaps we can improve on existing code and > make it more configurable/modular. > > > > -Original Message- > > From: Shazron [mailto:shaz...@gmail.com] > > Sent: Thursday, February 12, 2015 4:23 PM > > To: dev@cordova.apache.org &g

Re: Adding unit tests to travis for Android/iOS

2015-02-12 Thread Shazron
perhaps we can improve on existing code and > make it more configurable/modular. > > -Original Message- > From: Shazron [mailto:shaz...@gmail.com] > Sent: Thursday, February 12, 2015 4:23 PM > To: dev@cordova.apache.org > Subject: Re: Adding unit tests to travis for And

RE: Adding unit tests to travis for Android/iOS

2015-02-12 Thread Murat Sutunc
nit tests to travis for Android/iOS I've been trying out cordova-paramedic, and it's great. Being able to quickly run the tests for a plugin (to test pull requests) is a big time saver vs having to run createmobilespec, and if we get the travis/appveyor integration this will be even mo

Re: Adding unit tests to travis for Android/iOS

2015-02-12 Thread Shazron
I've been trying out cordova-paramedic, and it's great. Being able to quickly run the tests for a plugin (to test pull requests) is a big time saver vs having to run createmobilespec, and if we get the travis/appveyor integration this will be even more seamless On Thu, Feb 12, 2015 at 1:57 PM, Jes

Re: Adding unit tests to travis for Android/iOS

2015-02-12 Thread Jesse
Currently cordova-ios, cordova-android, cordova-windows, cordova-wp8 all have travis||appveyor integration in their github mirrors. These tests should definitely be extended to include much much more. For the most part they are currently just testing project creation, but ios and android can run

RE: Adding unit tests to travis for Android/iOS

2015-02-12 Thread Mefire O .
+1 on integrating platform tests into CI. Thanks, Mefire -Original Message- From: Joe Bowser [mailto:bows...@gmail.com] Sent: Thursday, February 12, 2015 1:34 PM To: dev@cordova.apache.org Subject: Re: Adding unit tests to travis for Android/iOS +1. I know Travis has JUnit integration

Re: Adding unit tests to travis for Android/iOS

2015-02-12 Thread Joe Bowser
+1. I know Travis has JUnit integration and thanks to Android Studio, the only easy way to debug Cordova without copying and pasting code out of a generated project is to open the test project. There should be no excuse to not write tests since it's harder/more annoying to use the CLI when workin