-
Notifications
You must be signed in to change notification settings - Fork 19
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
Numerous user settings added #33
base: develop
Are you sure you want to change the base?
Conversation
* fix: sum up all tests stats resolve dgarlitt#23 * fix: fix test * fix: call `printStats` with summed stats * refact: let `this.stats` inherit from `browser.lastResult` * fix: fix `onRunComplete` test * chore: remove useless sentences
Add release information
…led - by adding a devDependency of karma 1.7.0
8 similar comments
Please let me know if you would like to assimilate the functionality I am trying to add in this PR before I spend more time fixing tests (there are a few left). |
@whyboris I would rather go back to addressing each of these additions individually. I have procrastinated on this for a while because there are several items I'd like to discuss. It seems like the open issue items (template parse errors in Angular 2 and numbering) are more important, so if you could open a single pull request for those, that would be great. Then we can address the remaining items one at a time. The main items that I'd like to discuss are
But, again, it would be nice to address your open issues (#26 & #31) by itself, first. |
Thank you for your willingness to include changes into your project.
|
Major changes
Bugfixes
User options
Minor improvement
A diff for passing tests, 100% coverage, and more tests for added functionality coming