GitHub user jsoref opened a pull request:
https://github.com/apache/cordova-lib/pull/51
CB-7067 run jasmine tests individually
CB-7067 run jasmine tests individually
`superspawn.spawn` `opts` now take `onstdio` and `onstderr` to
incrementally handle output from child processes.
`npm run jasmine` now runs `jasmine-serial` instead of `jasmine-node`
`jasmine-serial` runs each test that `jasmine-node` would have run
in the same order `jasmine-node` would have run them using
`jasmine-node` with any command-line arguments you pass it (that
`jasmine-serial` supports).
`serve.spec` now skips tests for platforms for which it's missing
the required binaries.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jsoref/cordova-lib cb_7067
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-lib/pull/51.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #51
----
commit d81e946500ed7daffe579b3904161149e5eef25e
Author: Josh Soref <[email protected]>
Date: 2014-07-03T01:09:39Z
CB-7067 run jasmine tests individually
`superspawn.spawn` `opts` now take `onstdio` and `onstderr` to
incrementally handle output from child processes.
`npm run jasmine` now runs `jasmine-serial` instead of `jasmine-node`
`jasmine-serial` runs each test that `jasmine-node` would have run
in the same order `jasmine-node` would have run them using
`jasmine-node` with any command-line arguments you pass it (that
`jasmine-serial` supports).
`serve.spec` now skips tests for platforms for which it's missing
the required binaries.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---