Yes, you're right, let me fix it.
-----Original message-----
From: "Sergey Grebnov (Akvelon)" <[email protected]>
To: "[email protected]" <[email protected]>
Sent: Tue, 04 Mar 2014, 19:24:19 GMT+00:00
Subject: RE: CB-6121 (Windows command line script for Mobile spec)
Looks very interesting, playing with this tool right now..
Martin, if it is not so hard could you please add logic to save git location
provided, for example in system variable. Right now I need to navigate to
custom git location every time I run the bat. Or you can check if git is in
PATH.
Thx!
Sergey
-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Michal Mocny
Sent: Tuesday, March 4, 2014 6:44 PM
To: Michal Mocny
Cc: dev
Subject: Re: CB-6121 (Windows command line script for Mobile spec)
I guess the key difference being that it runs on command prompt without unix
emulation, and also seems to be a better swiss army knife too. Seems like a
great tool, thanks for putting it together.
I don't have access to a windows machine (Jesse, maybe you would like to
take a look?), but seeing as we have no solution for this right now, it
seems like better than the alternative :)
On Tue, Mar 4, 2014 at 9:39 AM, Michal Mocny <[email protected]> wrote:
Cool.
I haven't dug deep yet, but was curious how this compares to:
https://github.com/apache/cordova-mobile-spec/blob/master/createmobile
spec.sh
On Mon, Mar 3, 2014 at 5:15 PM, Martin Gonzalez Glez <
[email protected]> wrote:
I've just made a command line script for Mobile spec tests under Windows.
It can handle Android, BB10, WP8, and Windows 8 platform.
So if somebody, has the opportunity to test it, I'd really like to
receive some feedback about it, check if more capabilities or options
can be added.
Basically is a command line script file, that uses the Cordova
Command Line Interface, git for windows, and node cordova-cli module
to create and assist the test process, using cordova mobile specs
test suite, that includes manual and automated tests, to test plugins
capabilities, as well as stability through versions.
The script capabilities helps to simplify the test process, obtaining
all resources required or giving the chance to set them in place, or
set where they are.
This script file it uses the cordova CLI capabilities to create, add
platforms/plugins, as well as build, emulate and deploy to phone, it
also uses the coho script to update some repositories, and get
several resources if it's required.
This is the issue: https://issues.apache.org/jira/browse/CB-6121
Pull request with the complete description:
https://github.com/apache/cordova-mobile-spec/pull/51
Regards.
Martin Gonzalez