Skip to content
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

Open
wants to merge 44 commits into
base: develop
Choose a base branch
from
Open

Conversation

whyboris
Copy link

@whyboris whyboris commented May 26, 2017

Major changes

  • all package versions updated to May 2017
    • cli-color now allows color nesting

Bugfixes

User options

  • colors for error report
  • exclude from error report lines that contain user-chosen strings
  • underline all filenames of any user-chosen filetype
  • hide browser version information from error log
  • clear screen before every run

Minor improvement

  • new rainbow:
‾‾--__--‾‾--__--‾‾--__--‾‾--__--‾‾--__--‾‾--__--
‾‾--__--‾‾--__--‾‾--__--‾‾--__--‾‾--__--‾‾--__--
‾‾--__--‾‾--__--‾‾--__--‾‾--__--‾‾--__--‾‾--__--
‾‾--__--‾‾--__--‾‾--__--‾‾--__--‾‾--__--‾‾--__--

A diff for passing tests, 100% coverage, and more tests for added functionality coming

idiotWu and others added 30 commits January 5, 2017 08:21
* 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
@coveralls
Copy link

coveralls commented May 26, 2017

Coverage Status

Coverage decreased (-7.5%) to 92.506% when pulling 5dce68b on whyboris:nyannyan into 68da826 on dgarlitt:master.

@coveralls
Copy link

coveralls commented May 27, 2017

Coverage Status

Coverage decreased (-7.03%) to 92.974% when pulling 81ebc13 on whyboris:nyannyan into 68da826 on dgarlitt:master.

@coveralls
Copy link

coveralls commented May 28, 2017

Coverage Status

Coverage decreased (-3.7%) to 96.253% when pulling 8f33ff2 on whyboris:nyannyan into 68da826 on dgarlitt:master.

@coveralls
Copy link

coveralls commented May 28, 2017

Coverage Status

Coverage decreased (-1.6%) to 98.361% when pulling a12b8f4 on whyboris:nyannyan into 68da826 on dgarlitt:master.

@coveralls
Copy link

coveralls commented May 28, 2017

Coverage Status

Coverage decreased (-0.7%) to 99.297% when pulling 90bc1e7 on whyboris:nyannyan into 68da826 on dgarlitt:master.

@coveralls
Copy link

coveralls commented May 31, 2017

Coverage Status

Coverage decreased (-0.7%) to 99.297% when pulling dbfc1e8 on whyboris:nyannyan into 68da826 on dgarlitt:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling bd5f73d on whyboris:nyannyan into 68da826 on dgarlitt:master.

8 similar comments
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling bd5f73d on whyboris:nyannyan into 68da826 on dgarlitt:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling bd5f73d on whyboris:nyannyan into 68da826 on dgarlitt:master.

@coveralls
Copy link

coveralls commented Jun 1, 2017

Coverage Status

Coverage remained the same at 100.0% when pulling bd5f73d on whyboris:nyannyan into 68da826 on dgarlitt:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling bd5f73d on whyboris:nyannyan into 68da826 on dgarlitt:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling bd5f73d on whyboris:nyannyan into 68da826 on dgarlitt:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling bd5f73d on whyboris:nyannyan into 68da826 on dgarlitt:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling bd5f73d on whyboris:nyannyan into 68da826 on dgarlitt:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling bd5f73d on whyboris:nyannyan into 68da826 on dgarlitt:master.

@whyboris
Copy link
Author

whyboris commented Jun 1, 2017

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).

@coveralls
Copy link

coveralls commented Jun 7, 2017

Coverage Status

Coverage decreased (-0.2%) to 99.774% when pulling 85cd42a on whyboris:nyannyan into 68da826 on dgarlitt:master.

@coveralls
Copy link

coveralls commented Jun 7, 2017

Coverage Status

Coverage remained the same at 100.0% when pulling b27b42e on whyboris:nyannyan into 68da826 on dgarlitt:master.

@dgarlitt
Copy link
Owner

dgarlitt commented Jun 24, 2017

@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

  • exclude from error report lines that contain user-chosen strings
  • underline all filenames of any user-chosen filetype
  • new rainbow

But, again, it would be nice to address your open issues (#26 & #31) by itself, first.

@whyboris
Copy link
Author

Thank you for your willingness to include changes into your project.
I'll extract the functionality from this PR and break it into pieces. I'll create a single pull request addressing these two:

@dgarlitt dgarlitt changed the base branch from master to develop December 20, 2017 03:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants