Re: Cordova Automated Testing

2015-02-27 Thread Michal Mocny
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 support for testing a subset of plugins in mobile-spec by way of checkboxes in the automated test runner. It defaults to all, but you can

Re: Cordova Automated Testing

2015-02-27 Thread Jesse
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

RE: Cordova Automated Testing

2015-02-27 Thread Dmitry Blotsky
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't followed

RE: Cordova Automated Testing

2015-02-25 Thread Dmitriy Barkalov (Akvelon)
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, Thank

RE: Cordova Automated Testing

2015-02-25 Thread Dmitry Blotsky
: 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 definitely support adding

Re: Cordova Automated Testing

2015-02-25 Thread Jesse
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, Thank you for your feedback! It actually doesn’t work on iOS

Re: Cordova Automated Testing

2015-02-25 Thread Michal Mocny
: 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 value add is in this. mobile-spec does much of this already, as does cordova-plugin-test-framework. Adding an argument to test

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 not

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 dblot...@microsoft.com wrote: Hi list, Over the past few weeks, I've developed an automated mobilespec-like tool

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 it