Integrate w/ Karma/Intern/Protractor testing framework
- Karma: http://karma-runner.github.io/
- Intern: http://theintern.io/
- Protractor: https://github.com/angular/protractor (sample)
@pilwon Any timeline for this?
@sparkio I expect this to be done sometime between Q4 and Q1. There are some higher priority tasks to do before this one. We welcome your PR.
This looks to be already implemented, right?
@diegopamio End-to-End (E2E) testing was set up with Protractor, but unit testing with Karma is yet to come. We welcome your code contribution on that.
TODOs
- Unit Testing with Karma
- Simplify the E2E testing so that it can be all done using one grunt command.
I've been banging my head against the wall trying to get Unit testing with Karma to work with ultimate-seed. Based on your todo, does this mean that Karma unit testing does not work with the current configuration at this time? At least for me it doesn't seem to work out of the box. Are there any work arounds that anyone has come up with?