You can easily add and remove the org.apache.cordova.*.tests plugins from a
mobile-spec project (I did this earlier to isolate a test failure to the
contacts tests)

Remove a test suite:
  cordova plugin rm org.apache.cordova.contatcts.tests

Remove all test suites:
  for plugin in `ls -d plugins/*.tests`; do cordova plugin rm `basename
$plugin`; done

Add a single test suite:
  cordova plugin add ../cordova-plugin-file/tests

On Thu, Sep 11, 2014 at 4:21 PM, Archana Naik <naik.arch...@gmail.com>
wrote:

> sure...Running only with file plugin inside mobilespec? or someother way?
> Where is jasmine report stored?
>
> On Thu, Sep 11, 2014 at 1:02 PM, Martin Gonzalez <
> martin.c.glez.g...@gmail.com> wrote:
>
> > Archana, can you test the file plugin without any other plugin present?
> > Also, can you provide the jasmine report? it can may be handy to take a
> > look a it.
> > We are discussing the file plugin failures cross all platforms in this
> Jira
> > item: https://issues.apache.org/jira/browse/CB-7375
> >
> > Thanks
> >
> > 2014-09-11 12:22 GMT-05:00 Archana Naik <naik.arch...@gmail.com>:
> >
> > > I am not sure if they are blockers. Mostly not. I am seeing about 12
> > > failures. spec 83, 84,
> 100,104,105,106108,110,113,114116,125,126127,128.
> > > I am also seeing weird thing about mobilespec reporting the failures.
> It
> > > reports each failure twice and runs the whole autotests twice. On top
> > > window i see "finished in 50.0003s" "finished in 14.209s" twice.
> Ofcourse
> > > second run reports almost double the failures coz it adds from previous
> > > run.
> > >
> > > As far as plugin release goes, i think we will need sometime in
> debugging
> > > these failures as well as mobilespec reporting bugs. I suppose we can
> go
> > > ahead with release and I will fix in parallel in master branch of file
> > > plugin.
> > > sounds good?
> > >
> > > Archana
> > >
> > > On Thu, Sep 11, 2014 at 10:07 AM, Martin Gonzalez <
> > > martin.c.glez.g...@gmail.com> wrote:
> > >
> > > > Hi Archana, which specs or what kind of failures are you getting over
> > > > amazon-fireOs? is there any Jira Item related to that?
> > > >
> > > > 2014-09-11 12:02 GMT-05:00 Marcel Kinard <cmarc...@gmail.com>:
> > > >
> > > > > Archana, do you think these are a blocker? If so, what would be
> your
> > > time
> > > > > estimate to get them fixed?
> > > > >
> > > > > On Sep 11, 2014, at 12:00 PM, Archana Naik <naik.arch...@gmail.com
> >
> > > > wrote:
> > > > >
> > > > > > With latest tests in plugins, I am seeing many failures on
> > > > amazon-fireos
> > > > > > esp in file tests. I would like to fix those if possible.
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > Regards,
> > > > Martin Gonzalez
> > > >
> > >
> >
> >
> >
> > --
> > Regards,
> > Martin Gonzalez
> >
>

Reply via email to