_____ _ _ _ _ _ _ _ _ _ _
| ___| | | | \ | | | | | | | | | | | | (_) |
| |__ _ __ ___ | |__ ___ _ __ | \| | ___ __| | ___ ______| | | | ___| |__ | | ___| |_
| __| '_ ` _ \| '_ \ / _ \ '__| | . ` |/ _ \ / _` |/ _ \______| |/\| |/ _ \ '_ \| |/ / | __|
| |__| | | | | | |_) | __/ | | |\ | (_) | (_| | __/ \ /\ / __/ |_) | <| | |_
\____/_| |_| |_|_.__/ \___|_| \_| \_/\___/ \__,_|\___| \/ \/ \___|_.__/|_|\_\_|\__|
- Requirements: Node, Ember-CLI & Gulp.js (
sudo npm install -g ember-cli gulp
) git clone [email protected]:Emerson/Ember-Node-Webkit-Example.git
cd Ember-Node-Webkit-Example && npm install && bower install
- Tab 1 -
gulp
- watches and triggersember build
- Tab 2 -
npm start
- starts the node-webkit app
- You should be able to run your tests from within Node-Webkit by manually visiting
dist/tests/index.html
. Make sure the application viewport is large enough to actually see your tests (the preview will hide them). - It is also fully possible to run the tests outside of Node-Webkit by using the standard
ember server
and visitinghttp://0.0.0.0:4200/tests