Maciej Brencz

Results 130 comments of Maciej Brencz

Good idea! I'll try to find some time to spend on putting together a screencast or couple of slides.

I guess we've reached the milestone where phantomas can be considered quite a large and complex project. And it's worth to refactor it into smaller components. @EFF, your suggestion does...

We can start with extracting custom reporters into separate npm modules and just leave plain and json ones in the core. I can start with `phantomas-reporter-elasticsearch`.

I'd replace [the import of a "local" reporter in reporter.js](https://github.com/macbre/phantomas/blob/devel/core/reporter.js#L42) with a `require("phantomas-reporter-")`. And of course update the error message.

Development of phantomas reporters in "private" repositories (i.e. not under github.com/macbre or github.com/phantomas) is fine to me. npm will be used to install reporters. As long as we keep using...

@EFF - unfortunately [`github.com/phantomas`](https://github.com/phantomas) is already taken :(