In line coverage report, I would like to see the name of the parameterized test that kills a mutation.
I modified the name of the test with @ParameterizedTest(name = "...")
But the line coverage report only shows generic test names like "[test-template-invocation:# 32]".
The same with tests generated by TestFactory . The dynamic names are not recognized.
This makes it hard to identify the relevant test.
Are dynamic names supported by PIT at all?