Test All The Things!
Major Changes
This release brings to you a brand new command for running tests in a NW.js environment: ember nw:test
. Special thanks to @sedouard for his contributions!
- You can run tests in CI mode, or in Dev mode with
ember nw:test --server
. - The blueprint has been updated to include a new
.travis.yml
file with the necessaryxvfb
command to run the tests. - For command options, check out the README.
Minor Changes
- Bumped version of
ember-cli
to 0.2.7. - Bumped version of
node-webkit-builder
to 1.0.12. - Add JSCS tests to help adhere to the addon's style guides when developing/contributing.
Upgrade
- Run
ember install ember-cli-node-webkit
to upgrade to the latest addon version.