Description
When running the tests with any filters enabled, print the filter as part of the tests results.
Instead of this:

Have something like this:

I like the idea.
@horenmar, if you want to give me some guiding points (since I never looked at the source code) maybe I can implement this and open a PR
Here are the basics:
include/reporters/testRunEnded and testRunStartedAs for the testing and stuff, docs/contributing.md should be a reasonable overview.
This has been added to master.
@horenmar Just a idea, but should Filters: only be output when a filter is actually used?
After upgrading to 2.7.1 I was a little surprised to see yellow output at the top when I didn't set filters and all tests passed. I think it might be a nicer UX if Filters: is only printed if the filters are used.
Thoughts?
Its already fixed in master, but the release will have to wait until weekend.
@horenmar can you give a reference the commit that fixed this?
e99f1efd289944142