-
-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ndjson message - Add hook type to message #72
Comments
I think this would be good to have. I’d like the type to be an enum so we avoid proliferation of types. |
Would something like this work?
Tried this with Java and getting the below message.
|
@grasshopper7 that looks good. Think it would also need BEFORE_ALL and AFTER_ALL |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in two months if no further activity occurs. |
@mpkorstanje - I think you were working on something that would effectively close this as completed? |
I was. I needed these to implement a message protocol based json formatter. But I'm blocked on until I solve other problems. If any one wants this, feel free to pick up #224. |
Is your feature request related to a problem? Please describe.
The hook type (before, beforestep .... etc) is not available in the ndjson message. Need it in the reports to identify the hook type. Also for enabling or disabling display based on hook type.
Describe the solution you'd like
Available in the hook message. Will make porting reports based on json easier, in which this information is available.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: