Yeah! That's exactly what I want! Thank you very much! Andrew. And strongly suggest document this great useful command in somewhere.
Thanks, Wanming -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Andrew Grieve Sent: Wednesday, April 29, 2015 10:24 PM To: dev Subject: Re: Does cordova-mobile-spec support CLI build? The createmobilespec.js script within the repo is meant to be the "CLI" for the test suite. Sounds like what you want it: createmobilespec.js --android --global --webview=crosswalk Of course, I just tried it and it failed due to some recent churn. I've now committed a fix for it though. The --global flag means you should need nothing checked out other than cordova-mobile-spec repo. On Wed, Apr 29, 2015 at 2:29 AM, Lin, Wanming <[email protected]> wrote: > Hi, Rob & Parashuram N > > I come from Crosswalk QA, we integrate cordova-mobile-spec targets to > test features of Crosswalk WebView plugin and compatibility among > Crosswalk, Cordova, and upstream plugins. > > Thank you so much for your helpful command lines, this would reduce > quite a lot of time on test suite update. > But the precondition is that people have already deployed multiple > dependencies. > What I exactly want is to reduce the time and steps on first time > creating mobile-spec, and no longer handle the source code of those > dependencies. > And I wonder if it can be implemented by Cordova CLI for end user? > > Thanks, > Wanming > > -----Original Message----- > From: Parashuram N (MS OPEN TECH) [mailto:[email protected]] > Sent: Wednesday, April 29, 2015 12:52 PM > To: [email protected] > Subject: Re: Does cordova-mobile-spec support CLI build? > > Just out of curiosity, what are you using mobile spec for ? Are you > using this to test non-core plugins ? Would be interesting to see how > mobile-spec fares on that. > > On 4/28/15, 9:35 PM, "Rob Paveza" <[email protected]> wrote: > > >Try out this at your command line: > > > >> cordova-coho/coho for-each "git pull" > >> cordova-coho/coho for-each "npm install" > >> cordova-coho/coho npm-link > > > >I had to go through that process today, so maybe it'll work for you too! > >________________________________________ > >From: Lin, Wanming <[email protected]> > >Sent: Tuesday, April 28, 2015 6:47 PM > >To: [email protected] > >Subject: Does cordova-mobile-spec support CLI build? > > > >Hello > > > >I use > >cordova-mobile-spec<https://github.com/apache/cordova-mobile-spec> > >for several months with great experience, but the test suite build. > >I follow the steps in > >README.md<https://github.com/apache/cordova-mobile-spec/blob/master/R > >EA DME .md>, which is extremely complex and tedious. > >User have to pull many git repos, cordova-cli, cordova-plugman, > >cordova-js, cordova-android, cordova-coho... then pull npm packages, > >make npm link... > >Is there a simpler way? Can it be possible to build via Cordova CLI? > > > >Really appreciate all your help in advance. > > > >Thanks, > >Wanming > > > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [email protected] > >For additional commands, e-mail: [email protected] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
