-
Hi,
It would be nice if minitest-chef-handler supported different minitest reporters. I'll see about forking the repo and adding this functionality to allow the user to specify different reporters a…
-
```
A Reporter class with some subclasses should be added.
A Reporter takes the buildbot data and use them to produce a report, either
on the stdout or on a file (only stdout can be enough, we can alw…
-
It would be nice to add ci_reporters into foodcritic this way other ci tools for example TeamCity can pick up how many rules fail.
-
I couldn't find list of built-in reporters in the documentation and had to look at the source code. Reporter option docs should list the built-in reporters, and even better would be to provide `--list…
-
I would like to know how to create a custom report to show the content of json on html format
-
### Checklist
- [X] I have searched for existing issues for issues like this one. The issue has not been posted. (Duplicate reports slow down development.)
- [X] I have provided reproducable ste…
-
```
A Reporter class with some subclasses should be added.
A Reporter takes the buildbot data and use them to produce a report, either
on the stdout or on a file (only stdout can be enough, we can alw…
-
### Describe the feature
In some cases we want consola to not log to the console, but send the formatted log to something else like a blessed instance. In my understanding this is currently only poss…
-
When `pa11y` loads reporters, it wraps the reporter functions so that any output from any reporter function is written to `console` ([here](https://github.com/pa11y/pa11y/blob/2f073c83ed23e69bc83ef44f…
-
I have a page where all posts are shown and I have a page that should only show posts that are unviewed by the currentUser. All is handled by storing postId and userId into a database table called Pos…