Configurable Surefire parser
We have some users who want to add the support of some test technologies:
- an open source contributor for CodeceptJS orchestrator#356
- a paying user (see next confidential comment)
Both test tools should generate Surefire reports.
It would be much more simpler to integrate such test technologies if we have a single Surefire parser able to support several test technologies, the parsing of each one being defined by configuration, instead of being hard-coded as currently.