Details
Description
Using AnnotatedPathRunner/SpringAnnotatedPathRunner allow to get JUnit test per story, which is much more friendly than one big "run" test. It would useful to get reporting per example in parametrized tests (something looking like in JUnitParams on attached screenshot).
Btw, JUnitParams which allows to create parametrized tests in JUnit uses custom runner which source code could be useful to review JUnit related part of the implementation of that feature.
Better summary could be: Reporting failures per example in parametrized tests while running with JUnit runner (but I don't have a permission to edit reported issue).