You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @marcphilipp I am going to implement this sort of functionality for a personal project, if you are interested and think that can be generally useful we can agree on a spec and I'll provide a PR.
I was thinking of tackling it by implementing an ad-hoc Contributor and a report entry handle logic on junit side (plus some frontend code eventually), just as you did for the stdout sources.
I wonder if the existing data attachment support (backed by report entries in JUnit) isn't sufficient and only needs to be documented for this use case. WDYT?
Use case: api testing where may interact with multiple web services
request/response is the most useful information in debugging test failures, especially when can compare to previous success/failures
Should be supported in both hierarchy.xsd and events.xsd
Implementation:
separate properties as strings.
By leaving the request/response unstructured this supports any protocol and sub-division of data.
The text was updated successfully, but these errors were encountered: