reflexdemon / slush-angular-gulp

First step towards integration of all the goodies of the open source projects
http://reflexdemon.github.io/slush-angular-gulp/
MIT License
17 stars 9 forks source link

Include Unit Tests #5

Closed reflexdemon closed 9 years ago

reflexdemon commented 9 years ago

Hey, I am in need of help in developing unit tests for this project and any help for this would be great.

AquilaSagitta commented 9 years ago

Should switch over to another testing framework, such as Mocha, since Karma doesn't support Node v0.12

reflexdemon commented 9 years ago

I am very new to JS side of world and any PR for that is always welcomed. I should be able to fairly adapt to it once I have some help on the initial tests.

AquilaSagitta commented 9 years ago

I'm a novice at unit testing. I was mistaken with what I wrote earlier. Karma is a testing environment where as Mocha is a testing framework. I'm not sure if there is an alternative to Karma other then Protractor. Angular Developers might be stuck using Node 0.10

Edit: Doin more research to get a better understanding.

AquilaSagitta commented 9 years ago

Looks like there's an issue with karma-phantomjs-launcher and doesn't run on fresh scaffold

Made PR: #11

AquilaSagitta commented 9 years ago

Should look at integrating protractor for end-to-end testing and also using cucumber/gherkin

reflexdemon commented 9 years ago

Fixed this by adding appropriate unit test cases.