-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testing #5
Comments
Do you still want help with this? I code in Angular so I have experience writing Jasmine Unit Tests and running the tests with Karma. I looked at your Gruntfile and noticed you don't have any Karma grunt plugins set up or a karma.conf.js file. I can set that up for you too if you want. |
Hi Michi, Thanks so much for your interest in WICit! If you want to set up testing frameworks that would be amazing!
— On Tue, Jun 2, 2015 at 8:48 PM, Michi [email protected] wrote:
|
Will do! Can I add all the framework to the existing Gruntfile so it all runs whenever you build it? |
That would be perfect! I use a setup like that at work myself and I love it. — On Tue, Jun 2, 2015 at 9:22 PM, Michi [email protected] wrote:
|
Sorry, life/work got a bit more hectic than I anticipated. I have karma up and running and I think about half of the angular files are tested. I'm going to try to jump back on this in the next couple days and finish it up then i can check it in. |
Hi Michi, No worries! I know how that goes! It sounds like you’ve done a bunch already! If you get a chance to finish writing the tests, that’s awesome! Otherwise, feel free to push up the framework setup and the tests you have completed, so someone else can pick up the baton. Thank you for your contributions to and interest in WICit! — On Tue, Jul 14, 2015 at 3:11 PM, Michi [email protected] wrote:
|
Hello! This issue looks like it still needs help! If you wrote this issue, you can always update the labels for specifying tasks, add more info in the description to make it easier to contribute, or re-write the title to make more contributors interested in helping out. Just doing a little 🌱 open source gardening 🌱 of Brigade projects! |
It would be really cool to get some testing working in WICIT. Check out the Angular.js tutorial for a nice intro to unit testing with Karma and end-to-end testing with Protractor.
The text was updated successfully, but these errors were encountered: