Re: Cordova Automated Testing

2015-02-27 Thread Michal Mocny
o...@google.com] On Behalf Of Michal > Mocny > Sent: Wednesday, February 25, 2015 12:42 PM > To: dev > Subject: Re: Cordova Automated Testing > > I haven't followed this full thread, so sorry if this is out of context, > but wanted to point out: > > - Jason added

Re: Cordova Automated Testing

2015-02-27 Thread Jesse
gt; the main point for running tests. That way we can use it in all our testing > scenarios: local, Medic, Travis, etc. > > Kindly, > Dmitry > > -Original Message- > From: mmo...@google.com [mailto:mmo...@google.com] On Behalf Of Michal > Mocny > Sent: Wednesday,

RE: Cordova Automated Testing

2015-02-27 Thread Dmitry Blotsky
e can use it in all our testing scenarios: local, Medic, Travis, etc. Kindly, Dmitry -Original Message- From: mmo...@google.com [mailto:mmo...@google.com] On Behalf Of Michal Mocny Sent: Wednesday, February 25, 2015 12:42 PM To: dev Subject: Re: Cordova Automated Testing I haven'

Re: Cordova Automated Testing

2015-02-25 Thread Michal Mocny
Kindly, > Dmitry > > -Original Message- > From: Jesse [mailto:purplecabb...@gmail.com] > Sent: Wednesday, February 25, 2015 11:36 AM > To: dev@cordova.apache.org > Subject: Re: Cordova Automated Testing > > Thanks for contributing, however, I do not see where the

RE: Cordova Automated Testing

2015-02-25 Thread Dmitry Blotsky
ordova.apache.org Subject: Re: Cordova Automated Testing Thanks for contributing, however, I do not see where the value add is in this. mobile-spec does much of this already, as does cordova-plugin-test-framework. Adding an argument to test an individual plugin is a good idea, I would definite

Re: Cordova Automated Testing

2015-02-25 Thread Jesse
l back to > plugin testing framework and letting developers reuse this functionality. > > > Regards, Dmitriy > > -Original Message- > From: Dmitry Blotsky [mailto:dblot...@microsoft.com] > Sent: Wednesday, February 25, 2015 11:47 AM > To: dev@cordova.apache.org &g

RE: Cordova Automated Testing

2015-02-25 Thread Dmitriy Barkalov (Akvelon)
lugin testing framework and letting developers reuse this functionality. Regards, Dmitriy -Original Message- From: Dmitry Blotsky [mailto:dblot...@microsoft.com] Sent: Wednesday, February 25, 2015 11:47 AM To: dev@cordova.apache.org Subject: Re: Cordova Automated Testing Hi Shazron,

Re: Cordova Automated Testing

2015-02-25 Thread Dmitry Blotsky
Hi Shazron, Thank you for your feedback! It actually doesn’t work on iOS because it seems like the most recent whitelist changes broke things. I ran "npm test" for the code in master and some of them fail because of whitelisting. That’s just my intuition though: I don’t know exactly why it’s no

Re: Cordova Automated Testing

2015-02-24 Thread Shazron
Also, the tool does not work on the device (I tried iOS), unlike mobile-spec since it's trying to connect to localhost for reporting. On Mon, Feb 23, 2015 at 4:30 PM, Dmitry Blotsky wrote: > Hi list, > > Over the past few weeks, I've developed an automated mobilespec-like tool in > the process o

Re: Cordova Automated Testing

2015-02-23 Thread Shazron
Thanks Dmitry. Also, I had to run "npm install" in cordova-lib/cordova-lib for some reason as well for it to work. You and Jesse MacFadyen should collaborate (not sure if you have) -- he has his cordova-paramedic tool that may have advantages (like reporting failures/error codes to the console so i

Cordova Automated Testing

2015-02-23 Thread Dmitry Blotsky
Hi list, Over the past few weeks, I've developed an automated mobilespec-like tool in the process of resuscitating Cordova's CI. It's tentatively called cordova-medivac, and it can currently be found here: http://github.com/dblotsky/cordova-medivac. I'd like to pitch it to the community as a p