Description
Is your feature request related to a problem? Please describe.
Unable to retrieve StepDefinition and Hook method names from ndjson output, which are not available in the current report. The method names are required for an existing report which is currently based on parsing the json output.
Describe the solution you'd like
The method names should be present in the ndjson report, added to the stepdefinition and hook messages. Basically data similar to what was available from 'location' in the 'match' object in the json report.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
In the compatibility-kit examples it is available in the 'sourceReference' - https://github.com/cucumber/cucumber/blob/a9ec08ec3bb67d44afa7a2c9d3b8ff4f5fd1246b/compatibility-kit/javascript/features/hooks/hooks.ndjson#L8 but this is not there in the jvm output.