RE: help with "npm test" for cordova-lib

2016-04-29 Thread Vladimir Kotikov (Akvelon)
/433 [2] https://issues.apache.org/jira/browse/CB-11174 - Best regards, Vladimir -Original Message- From: Vladimir Kotikov (Akvelon) [mailto:v-vlk...@microsoft.com] Sent: Friday, April 29, 2016 9:37 AM To: dev@cordova.apache.org Subject: RE: help with "npm test" for cordova-li

RE: help with "npm test" for cordova-lib

2016-04-29 Thread Vladimir Kotikov (Akvelon)
Yeah, I was planning to look into this today. - Best regards, Vladimir -Original Message- From: Shazron [mailto:shaz...@gmail.com] Sent: Friday, April 29, 2016 3:50 AM To: dev@cordova.apache.org Subject: Re: help with "npm test" for cordova-lib Can someone help, perhaps Vl

Re: help with "npm test" for cordova-lib

2016-04-28 Thread Shazron
Can someone help, perhaps Vladimir who wrote the tests can shed some light on how to fix this issue? On Mon, Apr 25, 2016 at 10:57 AM, Carlos Santana wrote: > It's jasmine test that is failing [1] > > Does this means that jasmine tests are not running in a continuously?

Re: help with "npm test" for cordova-lib

2016-04-25 Thread Carlos Santana
It's jasmine test that is failing [1] Does this means that jasmine tests are not running in a continuously? Any reason why are they not running in Travis? I can't figure out what is the test trying to test: it('should successfully add a plugin using relative path when running from subdir inside

Re: help with "npm test" for cordova-lib

2016-04-25 Thread Jesse
Travis is running this: - git clone https://github.com/apache/cordova-js --depth 10 - cd cordova-lib - npm link ../cordova-js - npm link ../cordova-common - npm link ../cordova-serve - npm install - "(cd ../cordova-common && npm test)" - "npm run ci" There are a lot of different things that could

Re: help with "npm test" for cordova-lib

2016-04-23 Thread Carlos Santana
I do't get it then, Travis is green, so Travis not running same test suite as "npm test"? On Fri, Apr 22, 2016 at 9:11 PM Shazron wrote: > I'm seeing the same. Using node 0.12.7 > > > On Fri, Apr 22, 2016 at 12:44 PM, Carlos Santana > wrote: > > > I'm

Re: help with "npm test" for cordova-lib

2016-04-22 Thread Shazron
I'm seeing the same. Using node 0.12.7 On Fri, Apr 22, 2016 at 12:44 PM, Carlos Santana wrote: > I'm seeing 2 test failures when I do "npm test" > > Anyone seeing the same? Wonder what I have setup wrong here: > > Here is a paste http://pastebin.com/4E4c40X5 of my output

help with "npm test" for cordova-lib

2016-04-22 Thread Carlos Santana
I'm seeing 2 test failures when I do "npm test" Anyone seeing the same? Wonder what I have setup wrong here: Here is a paste http://pastebin.com/4E4c40X5 of my output I thought it was node 5, but then swift to node 4 and the same. This is after making sure all npm links are correct with "coho