How to add property to TestNode after state is chaged to Pass/Failed #6006
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Unfortunately, Test Explorer expects all results to be sent together. You can't separate the publishing of a result from the publishing of standard output. Could you delay the publishing to message bus until you have all the information in hand already? |
Beta Was this translation helpful? Give feedback.
-
Thank you for your confirmation.
It is one of workaround, though, On my use case, Individual tests take some seconds/minutes. Background And I want to to record benchmark results markdown to Stdout or AttachedFile per This information should be shown on TestExplorer's benchmark parent node. |
Beta Was this translation helpful? Give feedback.
Unfortunately, Test Explorer expects all results to be sent together. You can't separate the publishing of a result from the publishing of standard output. Could you delay the publishing to message bus until you have all the information in hand already?